﻿
@font-face {
    font-family: 'Gotham';
    src: url('font/gothambookregular.otf') format('opentype');
}
@font-face {
    font-family: 'GothaProBol';
    src: url('font/GothaProBol.otf') format('opentype');
}
@font-face {
    font-family: 'GothaMediumItalic';
    src: url('font/GothamProMediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'GothaMedium';
    src: url('font/ufonts.com_gotham-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'GothaProMedium';
    src: url('font/GothamProMedium.ttf') format('truetype');
}
@font-face {
    font-family: 'GothaProRegular';
    src: url('font/GothaProRegular.ttf') format('truetype');
}
html {
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 15px 30px 15px 30px;
    height: 100%;
    font-family: "Gotham";
    font-size: 13px;
    background: #EBF4FF !important;
}


/* Estilos Generales */
/* Loading */
#divLoad {
    background: #00D0F4;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    position: fixed;
    z-index: 999999;
    transition: background-color 0.2s ease;
}

#divTblLoad {
    width:100%;
}

#divTblLoad td {
    text-align: center;
    padding: 25px;
}
/*----*/

/*Estilos Home*/
#frmLogin {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index:9001;
}
.MensajesAdvertencialogin {
    position: absolute;
    right: 28px;
    bottom: -5px;
    margin:15px;
    margin-bottom:0px;
    margin-right:0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
    -webkit-text-fill-color: #004b9d;
    border-bottom: 1px solid #004b9d !important;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}
.MensajeError {
    font-size: 15px; 
    background-color: #009BDB; 
    border-radius: 2px; 
    color: white; 
    padding: 15px; 
    float: right; 
}

.Logindivcontenido1 {
    background: #28d5ff;
    width: 35%;
    position: fixed;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0px;
}
.Logindivcontenido3 {
    background-image: url('../Images/Logos/HOME.jpg') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 35%;
}
.imgAviso {
    width: 300px
}
.divAvisoEmergente {
    line-height: 25px;
    text-align: center;
}
.headerAvisoEmergente {
    color: #3a69ad;
    font-size: 24px;
}
.contenidoEmergente {
    color: #3a69ad;
    font-size: 16px;
}
.bodylogi { 
    background: url('../Images/bg/loginN.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bodywhite {
    background: white;
    background-size: 100%,100%;
    transition: background-color 0.2s ease;
}

.arrow_box1 {
    position: relative;
    background: #003467;
    border: 1px solid #7df2ff;
}

.arrow_box1:after, .arrow_box1:before {
    bottom: 100%;
    left: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box1:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #003467;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box1:before {
    border-color: rgba(70, 211, 240, 0);
    border-bottom-color: #003467;
    border-width: 11px;
    margin-left: -11px;
}
.btnCancelCitaNot {
    background: red !important;
    color: white !important;
    margin-top: 10px;
    margin-bottom:10px;
}
.btnReagendarNot {
    background: #84d5b2 !important;
    color: white !important;
    margin-top: 10px;
    margin-bottom: 10px;
    float:right;
}
.btn-default-new {
    border: 2px solid #2C67AB !important;
    font-weight: bold !important;
    color: #2C67AB !important;
}
#btnPaciente_NuevaConsultaRapida{
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
}
#btnPaciente_Urgencias {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
#btnPaciente_Hospitalario {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
/*ayuda*/
#ayuda {
    z-index: 99999;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 10px;
    right: 10px;
    background-color: #eee;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#ayudacerrar {
    z-index: 99999;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 10px;
    right: 10px;
    background-color: #eee;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.imgloadig {
    width: 100%;
    height: 100%;
}



.imgResponsiveLogin {
    width: 25px;padding-top: 8px;margin-left: 50px !important;
}
.imgResponsiveLogin2 {
    width: 35px;
    padding-top: 8px;
    margin-left: 41px !important;
}
.ConimgResponsiveLogin {
    color: white; font-size: 20px; cursor: pointer;position:absolute;margin-top: 10px;right:100px;
}


.divBacRecuperacionContrase {
    background-image: url('../Images/Logos/backpassword.jpg') !important;
    background-position: center left  !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100%; width: 100%; left: 0; top: 0;right:0px;bottom:0px; overflow: hidden; position: fixed;z-index:10;
}
@media screen and (max-height: 600px) {
    .Logindivcontenido1 {
        overflow-x: auto;
        overflow-x: hidden;
    }
    .InformacionLoginRes2{
        position: relative !important;
    }
}
@media screen and (max-width: 1650px) {
    .Logindivcontenido1 .row {
        margin-bottom: 0px !important;
    }
}



@media screen and (min-width: 1650px) , screen and (min-height: 800px) {
    #imgresponsiva {
        margin-top: -1%;
    }

    .contentLoagind {
        left: 49.5% !important;
    }
    .Logindivcontenido2{
        width: 70px;
        height: 70px;
    }
    .ImagenResponsivaAvatarLo {
        max-width:100px !important;
        margin-top: 30px;
        margin-bottom:30px;
    }
    .CamposLoginRes {

    }
    .CamposLoginRes1 {
        margin-top: 30px !important;
        margin-bottom: 25px !important;
    }
    .CamposLoginRes2 {
        margin-bottom: 40px;
    }
    .InformacionLoginRes1{
        margin-top: 30px;
    }
    .InformacionLoginRes2{
        position: fixed;
        bottom: 20px;
        width: 34%;
    }
    .ImagenLoagindRes {
        left: 45% !important;width:10% !important;
    }
    .RecuperacionLogoLogin {
        margin-top: 150px !important;
        margin-bottom: 60px !important;
    }
    .TituloRecuperlogin {
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }
    .CamposLoginRes11 {
        margin-top: 40px;
        margin-bottom: 50px !important;
    }
    .CamposLoginRes22 {
        margin-bottom: 65px !important;
    }
    
    .MensajesAdvertencialogin {
        bottom: -35px !important;
    }
    
}
@media screen and (max-width: 1050px) {
    .Logindivcontenido1 {
        overflow-x: auto;
        overflow-x: hidden;
    }
    .ResponsivoContraseñalogin {
        overflow-x: auto;
        overflow-x: hidden;
    }
    .Logindivcontenido3 {
        background-image: url('../Images/Logos/1024x768weeclinicd.png') !important;
    }
    .imgResponsiveLogin {
        margin-left: 20px !important;
    }

    .imgResponsiveLogin2 {
        margin-left: 15px !important;
    }
}


@media screen and (max-width: 768px) {
    .Logindivcontenido1 {
        width:100%;
        overflow-x: auto;
        overflow-x: hidden;
    }
    .imgResponsiveLogin {
        margin-left: 20px !important;
    }

    .imgResponsiveLogin2 {
        margin-left: 15px !important;
    }
    .ConimgResponsiveLogin {
        right: 12%;
    }
    .Logindivcontenido2 {
        display:none;
    }
    #ImageLoginWeeClinic {
        max-width: 120px !important;
    }
    .ImagenResponsivaAvatarLo {
        max-width: 80px !important;
    }
    .ImagenLoagindRes {
        left: 40% !important;width:20% !important;
    }
    .ImagenLoagindResLetras {
        font-size: 14px !important;
    }
    .ResponsivoContraseñalogin {
        width:100% !important;
        overflow-x: auto;
        overflow-x: hidden;
    }
    .RecuperacionLogoLogin {
        max-width: 230px !important;
        margin-top: 65px !important;
        margin-bottom: 30px !important;
    }
    .InformacionLoginRes2{
        width: 100% !important;
    }
}

.loginampm {
    background-image: url('Images/bg/backAMPM.jpg') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.visible {
    float: left;
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    width: 300px;
}

p {
    /*display: inline;*/
    float: left; 
    margin: 0;
}
.input input {
    width: 100%;
    padding: 10px 25px 10px 10px;
    display: block;
    background-color: transparent !important;
    border-bottom: solid 1px #004b9d;
    transition: 0.2s ease-out;
    color: white;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 14px;
    text-align: center;
}
.correo-error {
    color: #a94442 !important;
}


.input input:focus {
    padding: 10px 25px 10px 10px;
    outline: 0;
    border-bottom: 1px solid #004b9d !important;
    box-shadow: 0 1px 0 0 #004b9d !important;
}

.input input::-webkit-input-placeholder {
    color: white !important;
    opacity: 1;
}
.input input:-moz-placeholder {
    color: white !important;
    opacity: 1;
}
.input input::-moz-placeholder {
    color: white !important;
    opacity: 1;
}
.input input:-ms-input-placeholder {
    color: white !important;
    opacity: 1;
}
/* IE 10+ */

.imgMenuRes {
    height: 100px !important;
    width: 100px !important;
}

#ImageContentModal1 {
    background: url('images/notificacion.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: calc(180vh - 200px);
}


/*----------------*/

/* Header */
#divHeader {
    display: block;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

#topHeader {
    display: block;
    width: 100%;
    min-height: 35px;
    float: left;
    background-color:#0067b1;
    z-index: 1018;
    position: fixed;
    top: 0;
    height: 55px;
    left: 0;
   
    
}

.BackEncuesta {
    background: url('../Images/bg/backEncuestaWeb.jpg'); /*no-repeat*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.BackEncuestaInfoDaar {
    background: url('../Images/Wizard/sedurodar.jpg'); /*no-repeat*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.BackEncuestaPoliza {
    background: url('../Images/bg/backEncuestaWeb.jpg'); /*no-repeat*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.AlignRight {
    text-align: right;
}

.CursorPointer {
    cursor: pointer;
}

.imglogotop {
         height: 34px;
    width: 93px;
    margin-left: 5px;
  
    margin-top: 7px;
    cursor: pointer;
    height: 19px;
}

text-white {
    color:white;
}

.whitet {
    color:white;
}
.lwhite:hover {
    color:#00a0c4;
    cursor:pointer;
}

/*menu left*/
.btnmeuleft {
    margin-left: 51px; cursor:pointer;
}
#menu-toggle i {
    margin-left: 26px; cursor:pointer; color:white
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rigthMenActivo{
    border-left:white 6px solid;
}
#sidebar-wrapper {
    /*z-index: 1000;*/
    position: fixed;
    left: 0px;
    width: 0;
    height: 100%;
    border-top-width: 50px;
    border-top-style: solid;
    overflow-y: auto;
    background: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*-webkit-box-shadow: -13px -4px 25px 5px rgba(58,176,200,1);
    -moz-box-shadow: -13px -4px 25px 5px rgba(58,176,200,1);
    box-shadow: -13px -4px 25px 5px rgba(58,176,200,1);*/
    overflow: hidden;
    z-index:100;
    background: #598fc7;
    top:0px;
}
#sidebar-wrapper:hover {
    overflow-y: auto !important;
}


#page-content-wrapper {
    width: 100%;
    /*position: absolute;
    padding-left: 0%;
    padding-right: 5%;
    margin-left:-8px;*/
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 10px;
    line-height: 0px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: gray;
    margin-top: 15px;
}
.sidebar-nav li a img{
    margin-left: -15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #29adc7;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media screen and (min-width: 801px) {
    #wrapper {
        padding-left: 180px;
    }

    #wrapper.toggled {
        padding-left: 40px;
    }

    #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
    }

    #page-content-wrapper {
        padding: 10px 20px 20px 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left:-8px;
    }
}

@media only screen and (max-width: 600px) {
        .BackEncuesta {
            background: url('../Images/bg/back_encuesta_movil.jpg'); /*no-repeat*/
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
            height: 100%;
        }
    }

.contenedorview {
        margin-top: 60px;
}

.perfilmenu {
    
    /*background-color: #3AB0C8;*/
    background-color:white;
     display: none; 
    border-radius: 5px;
    border-style: solid;
    border-color: #f5f5f5;

     position: absolute;
    top: 40px;
    right: 30px;
    width: 90%;

    width: 360px;
}

/* Contenedor */
#divMainController {
    margin-top:85px;
    padding: 10px;
}

.nav1 {
	position: relative;
    margin-top: 15px;
}
.nav1 ul {
	margin: 0;
	padding: 0;
}
.nav1 li {
	margin: 0 5px 10px 30px;
	padding: 0;
	list-style: none;
	display: inline-block;
    cursor:pointer;
}


/*estilos de info de paciente consulta*/
.paname {
    margin-top: -86px;
    margin-left: 127px;
}
.namepatient {
    font-size:18px;
    color:#31708f;
}

.lalad i{

    font-size:20px;
}




/*login*/




a, a:hover, a:focus {
	color: #de995e;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #de995e; color: #fff; text-shadow: none; }
::selection { background: #de995e; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #de995e;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.inner-bg {
    padding: 100px 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 35px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #de995e;
}
/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.inner-bg { padding: 60px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}

/*icons contacto*/
.addtel{
    font-size:30px;
        margin-top: 8px;
}

/*listas de autocomplementar*/

.listaautoc {

    list-style:none;
    text-decoration: none;
    color:grey;
    font-size: 19px;
    padding: 7px;
      text-transform: lowercase;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}

.listaautoc li:hover  {
 background: #62B1FF !important;
 color:white !important;
}

.paddinopc {
    padding: 40px;
}

.cajacontacto {

    background-color:white;
    text-align:center; 
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 2px solid #c0c0c0;
    width:100%;
}

.cajacontacto:hover {

        border:none;
        border-bottom: 2px solid #598EC6;
    }
.input span{
   position: absolute;
  display: block;
  color: white;
  left: 20px;
  top: -4px;
  font-size: 20px;
}
.input .cajabusqueda {
    width: 100%;
    padding: 0px 5px 0px 40px;
    display: block;
    background-color: transparent;
    border-bottom: 1px solid;
    transition: 0.2s ease-out;
    color: white;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 16px;
}
.cajabusqueda:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px   rgba(255, 255, 255, 0.87) inset;
 border-bottom:red;
}
.input .cajabusqueda:focus{
    padding: 0px 5px 0px 10px;
    outline: 0;
    border-color: #3e85be;
}
.pad {

    padding:1px;
    border-radius:6px;
}

/*para ptm frame*/
.reclass {
  width: 868px;
    height: 90px;

    background-color: #717173;
    position: absolute;
}

#camas i {
    font-size:25px;
}
/*clase para las imagenes del menu*/
.imgmenu {
 width: 13%;
    height: 13%;
}

.styleIMG {
    border-radius: 4px;
    margin-right: 3px;
    width:25px;
    height:25px;
}
.imgSexo{
    margin-top: -10px;
}

.textgray {
    color:#888;
}

#Recuperar, #Rregresar{
    text-decoration:underline;
}

/*notificaciones*/

.not {
    margin-left: 69%;
}

/*modal teleconsulta*/
.teleconsulta {
    width:900px;display: inline-table;margin-left: 35%;
}
.alingRight{
    text-align: right;
}

/*menus left grises*/

    .Reporteul {
        margin: 0px;
        padding: 0px;
      color:#58c8de;
         
         margin-left: -41px;
    margin-top: -30px;
    height: 1000px;

        background-color: #eeeef2;
    
    border-bottom: ridge;
    }
    .Reporteli {
        cursor: pointer;
        list-style: none;
        margin: 0px;
          padding-top: 14px;
    padding-right: 0px;
    padding-bottom: 14px;
    padding-left: 33px;
    }

    .Reporteul ul li:hover {

        color:red;
    } 


    /*tabs consulta*/
    #divfixedhospitalizacion {
        position: fixed;
        z-index: 10;
        background-color: white;
        width: 100%;
        padding-top: 65px;
        padding-left: 70px;
        left: 15px;
        top: 0px;
          
    }
    .tablahospitalizacion{
        width:90.5%;
    }
     #divfixed {
        position: fixed;
        z-index: 10;
        background-color: white;
        width: 100%;
        padding-top: 65px;
        padding-left: 70px;
        left: 15px;
        top: 0px;
    }
      #divfixed2 {
         position: fixed;
        z-index: 10;
        background-color: white;
        width: 100%;
        padding-top: 65px;
        padding-left: 70px;
        left: 15px;
        top: 0px;
          
    }
    #divnormal {
        margin-top:241px;
        position: relative;
        z-index: 0;
        width: 100%;
    } 
        #divnormal2 {
        margin-top:145px;
        position: relative;
        z-index: 0;
        width: 100%;
    } 

     #divfix {
         position: fixed;
        z-index: 10;
        background-color: white;
        width: 100%;
        padding-top: 50px;
        padding-left: 70px;
        left: 15px;
        top: 0px;
    }
    #divnormall {
        margin-top: 75px;
        position: relative;
        z-index: 0;
        width: 100%;
    } 

    #divfixedEnfermeria {
        position: fixed;
        z-index: 10;
        background-color: white;
        width: 100%;
        padding-top: 65px;
        padding-left: 70px;
        left: 15px;
        top: 0px;
          
    }
    #divnormalEnfermeria {
        margin-top: 105px;
        position: relative;
        z-index: 0;
        width: 100%;
    } 

    /*notificaciones*/

    .intercom-conversations-item-admin-avatar {
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

    .intercom-conversations-item-admin-avatar, #intercom-container .intercom-conversations-item-user-avatar {
    border-radius: 50%;
    float: left;
    margin-top: 5px;
    display: inline-block;
    width: 41px;
    height: 42px;
}
     .intercom-conversations-item-body-container {
    margin-left: 55px;
    padding-right: 17px;
    min-height: 56px;
    margin-top:8px;
     width: 280px;
}
    .intercom-conversations-item-header {
    margin-bottom: 5px;
}
  .intercom-conversations-item-timestamp {
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    width: 50px;
    text-align: right;
}

.LeyendaHora {
    font-size: 10px;
    color: #fff;
}

.intercom-conversations-item-title-container {
    margin: 0 20px 0 0;
}

.intercom-conversations-item, #intercom-container .intercom-conversations-item * {
    cursor: pointer;
    width:300px;
}
 .intercom-conversations-item-title {
    color: white !important;
    color: rgba(96,104,110,.8);
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.intercom-conversations-item-summary {
    color: white !important;
    color: rgba(96,104,110,.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    min-height: 40px;
    overflow: hidden;
    position: relative;
    padding-right: 15px;
    word-break: break-word;
}
.inputbusqueda {

    height:25px;
    width:200px;
}
.rowbusqueda {

    position:absolute;
    margin-top:-10px;
    margin-left:-213px;
}


#ulMenuPrincipal li a:hover{
    border-left: #3ab0c8 4px solid;
}
#ulMenuPrincipal li .rigthMenActivo:hover{
    border-left: #3ab0c8 8px solid;
}


#ulMenuPrincipal li #HomeCanvas:hover{
    border-left: #3ab0c8 0px solid;
}

.tableCalendarActive{
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.75);
}

.divfixed2 {
        position: fixed;
        z-index: 10;
        padding:2% 180px .1% 2% ;
        background-color: white;
        width:90%;
        margin-top:-2%;
        margin-left:-1.5%;
    }
    .divfixed1 {
        position: fixed;
        z-index: 10;
        padding:2% 40px .1% 2% ;
        background-color: white;
        width:90%;
        margin-top:-2%;
        margin-left:-1.5%;
    }
    .divnormal {
        margin-top: 11%;
    }
    @media (max-width: 1200px) {
      .divfixed1 {
           padding:2% 40px 2% 2% ;
        }
      .divfixed2 {
        padding:2% 180px .1% 2% ;
    }
      .divnormal {
        margin-top: 13%;
      }
    }
    @media (max-width: 1050px) {
        .divfixed1 {
           padding:2% 60px 2% 2% ;
        }
      .divfixed2 {
        padding:2% 190px .1% 2% ;
    }
      .divnormal {
        margin-top: 17%;
      }
    }
    /*Home acomodo de letras*/

    @media (max-width: 1300px) {
      .letras {
        font-size:28px;
      }
    }


     .sombra{
        -webkit-box-shadow: 0px 3px 10px 0px rgba(58,176,200,1);
        -moz-box-shadow: 0px 3px 10px 0px rgba(58,176,200,1);
        box-shadow: 0px 3px 10px 0px rgba(58,176,200,1);
    }

.selecteditmeli{
        
  background: #f6f6f6;
  color:#3AB0C8;
}

/*flecha lateral*/
.arrow_box {
 position: relative;
 background: #ffffff;
 border: 1px solid #eee;
}
.arrow_box:after, .arrow_box:before {
 right: 100%;
 top: 15%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
}

.arrow_box:after {
 border-color: rgba(255, 255, 255, 0);
 border-right-color: #ffffff;
 border-width: 10px;
 margin-top: -10px;
}
.arrow_box:before {
 border-color: rgba(0, 0, 0, 0);
 border-right-color: #eee;
 border-width: 11px;
 margin-top: -11px;
}
/*¨Flecha para consulta*/
.arrow_boxCon {
    position: relative;
    background: #ffffff;
    border: 1px solid #eee;
}

    .arrow_boxCon:after, .arrow_boxCon:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_boxCon:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
    }

    .arrow_boxCon:before {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #eee;
        border-width: 11px;
        margin-left: -11px;
    }

/*caja fixed*/
.cajafixedspan{
    -webkit-box-shadow: 1px 8px 19px 5px rgba(221,221,221,1);
-moz-box-shadow: 1px 8px 19px 5px rgba(221,221,221,1);
box-shadow: 1px 8px 19px 5px rgba(221,221,221,1);
}
/*formato caja popover*/
.formatotextarea{
    font-family:"Gotham";
}

/*menu flotante*/
#hamburger {
  z-index: 12;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 50px;
  right: 20px;
  background-color: #eee;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(10, 10, 10, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navfloat {
  z-index: 11;
  position: fixed;
  bottom: 55px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  visibilty: hidden;
  opacity: 0;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.material-icons {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.54);
}

#Signosvitalesconsul.show {
            -webkit-transform: translateY(-750%);
          transform: translateY(-750%);
}

#DxAuxconsul.show {
          -webkit-transform: translateY(-625%);
          transform: translateY(-625%);
}

#Prodecimientosconsul.show {
          -webkit-transform: translateY(-500%);
          transform: translateY(-500%);
}

#Serviciosextconsul.show {
          -webkit-transform: translateY(-375%);
          transform: translateY(-375%);
}

#Tratamientoconsul.show {
          -webkit-transform: translateY(-250%);
          transform: translateY(-250%);
}
#notaconsul.show {
          -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
}


.navfloat.show {
  visibility: visible;
  opacity: 1;
}
.iconc{
    padding-top:11px;
    color:#598fc7;
}

.check{
    background:#598fc7;
    color:white;
}

/*hospitalizacion botonera flotante*/

#Signosvitaleshospitalizacion.show {
            -webkit-transform: translateY(-875%);
          transform: translateY(-875%);
}

#DxAuxhospitalizacion.show {
          -webkit-transform: translateY(-750%);
          transform: translateY(-750%);
}

#Prodecimientoshospitalizacion.show {
          -webkit-transform: translateY(-625%);
          transform: translateY(-625%);
}

#Serviciosexthospitalizacion.show {
          -webkit-transform: translateY(-500%);
          transform: translateY(-500%);
}

#Tratamientohospitalizacion.show {
          -webkit-transform: translateY(-375%);
          transform: translateY(-375%);
}
#dietahospitalizacion.show {
          -webkit-transform: translateY(-250%);
          transform: translateY(-250%);
}
#notahospitalizacion.show {
          -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
}
/*Media chidos*/
a:hover{text-decoration:none !important;}


a{text-decoration:none !important;}

#MenuTelefono  a  span{
    background: transparent;
    color: #026785;
    font-size: 35px;
    margin-right:10px;
} 
#MenuTelefono  a{
    font-size: 17px;
    padding-top: 6px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10,
.col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    margin-bottom:3px;
    margin-top:3px;
}
.f1_card {
  transform-style: preserve-3d;
  transition: all .6s linear;
}
.f1_card:hover {
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
  /*box-shadow: -5px 5px 5px #aaa;*/
}
@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.2) }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.18); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}
.pulse:hover {
	animation-name: pulse_animation;
	animation-duration: 1200ms;
	transform-origin:70% 70%;
	/*animation-iteration-count: infinite;*/
	/*animation-timing-function: linear;*/
}
.pulseIn {
	animation-name: pulse_animation;
	animation-duration: 1200ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.Margin_Top15px{
    margin-top:15px;
}
.dropEspecialidad {
    overflow-y: auto;
    max-height: 205px;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: 75vh;
    overflow: auto;
    padding-bottom: 0px !important;
}

@media screen and (min-width: 1500px) {
    /*#ImageContentModal{
        min-height: 700px !important;
    }*/
}
/*AUXILIAR*/
@media screen and (max-width: 1000px) {
    #BusquedaFolioMenu{
        display:none !important;
    }
    #ResponsivoModalBien{
        margin-bottom: 160px !important;
    }
}
@media screen and (max-width: 1000px) {
    .tablahospitalizacion #MovelCabezara {
        height: 150px;
        overflow-x: hidden;
    }
}
/* TABLET PORTRAIT */
@media screen and (max-width: 800px) {

    .nav1 {
      display:none;
    }
    .marginContenedor{
        margin-left: 5%;
        width: 98%;
    }
    .container-fluid{

    }
    #LogoWBlanco{
        
        display:none !important;
    }
    #LogoMenuTo{
        /*display:inline-block !important;*/
    }
    #divfixed {
        padding-left: 2%;
        padding-right: 2%;
    }
    #divfixed2 {
        padding-left: 2%;
        padding-right: 2%;
    }
    #CuadroLoaging{
        width:40% !important;
    }
    
    
    .dropdown-menu{
    }
    #imgper {
        display: none;
    }
    #divnormal{
        margin-top:120px !important;
    }
    #MovelCabezara{
        height: 90px;
        overflow-x: hidden;
    }
    #divPageConfiguracion{
        margin: 15px 10px 15px 0px !important;
    }
    .container-fluid{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}
/* SMARTPHONE */
@media only screen and (max-width: 600px){
    #CuadroLoaging{
        width:70% !important;
    }
    #divnormal{
        margin-top:120px !important;
    }
    
    #divnormal{
        margin-top:120px !important;
    }
    #divnormal2{
        margin-top:120px !important;
    }
    #spanVwPaciente_Nombre{
        font-size:14px;
    }
    #divfixed {
        padding-left: .5%;
        padding-right: .5%;
    }
    #divfixed2 {
        padding-left: .5%;
        padding-right: .5%;
    }
    .ConfiguracionRes{
        width:100% !important;
    }
    
}

/*//////////////////////menu flotante Uergencias///////*/
/*menu flotante*/
#hamburgerUrgencias {
  z-index: 12;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 50px;
  right: 20px;
  background-color: #eee;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(10, 10, 10, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#SignosvitaleshospitalizacionUrgencias.show {
            -webkit-transform: translateY(-750%);
          transform: translateY(-750%);
}

#DxAuxhospitalizacionUrgencias.show {
          -webkit-transform: translateY(-625%);
          transform: translateY(-625%);
}

#ProdecimientoshospitalizacionUrgencias.show {
          -webkit-transform: translateY(-500%);
          transform: translateY(-500%);
}

#ServiciosexthospitalizacionUrgencias.show {
          -webkit-transform: translateY(-375%);
          transform: translateY(-375%);
}

#TratamientohospitalizacionUrgencias.show {
          -webkit-transform: translateY(-250%);
          transform: translateY(-250%);
}
/*#dietahospitalizacionUrgencias.show {
          -webkit-transform: translateY(-250%);
          transform: translateY(-250%);
}*/
#notahospitalizacionUrgencias.show {
          -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
}

.bdrord {
    border-right:1px solid;
    border-color:#3AB0C8;
}
.badorden {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #78b7b4;
    border-radius: 10px;
}
/*cargado defs tablas*/

    .pgloading {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 99;
    }

        .pgloading:after {
            content: "";
            z-index: -1;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .pgloading .loadingwrap {
            position: fixed;
            top: 45%;
            bottom: 45%;
            left: 25%;
            right: 25%;
        }

        .pgloading .bokeh {
            font-size: 100px;
            width: 1em;
            height: 1em;
            position: relative;
            margin: 0 auto;
            border-radius: 50%;
            list-style: none;
            padding: 0;
        }

            .pgloading .bokeh li {
                position: absolute;
                width: .2em;
                height: .2em;
                border-radius: 50%;
            }

                .pgloading .bokeh li:nth-child(1) {
                    left: 50%;
                    top: 0;
                    margin: 0 0 0 -.1em;
                    background: #3ab0c8;
                    -webkit-transform-origin: 50% 250%;
                    transform-origin: 50% 250%;
                    -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
                    animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
                }

                .pgloading .bokeh li:nth-child(2) {
                    top: 50%;
                    right: 0;
                    margin: -.1em 0 0 0;
                    background: #20b2aa;
                    -webkit-transform-origin: -150% 50%;
                    transform-origin: -150% 50%;
                    -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
                    animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
                }

                .pgloading .bokeh li:nth-child(3) {
                    left: 50%;
                    bottom: 0;
                    margin: 0 0 0 -.1em;
                    background: #91917d;
                    -webkit-transform-origin: 50% -150%;
                    transform-origin: 50% -150%;
                    -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
                    animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
                }

                .pgloading .bokeh li:nth-child(4) {
                    top: 50%;
                    left: 0;
                    margin: -.1em 0 0 0;
                    background: #28608f;
                    -webkit-transform-origin: 250% 50%;
                    transform-origin: 250% 50%;
                    -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
                    animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
                }

    @-webkit-keyframes rota {
        from {
        }

        to {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes rota {
        from {
        }

        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes opa {
        0% {
        }

        12.0% {
            opacity: 0.80;
        }

        19.5% {
            opacity: 0.88;
        }

        37.2% {
            opacity: 0.64;
        }

        40.5% {
            opacity: 0.52;
        }

        52.7% {
            opacity: 0.69;
        }

        60.2% {
            opacity: 0.60;
        }

        66.6% {
            opacity: 0.52;
        }

        70.0% {
            opacity: 0.63;
        }

        79.9% {
            opacity: 0.60;
        }

        84.2% {
            opacity: 0.75;
        }

        91.0% {
            opacity: 0.87;
        }
    }

    @keyframes opa {
        0% {
        }

        12.0% {
            opacity: 0.80;
        }

        19.5% {
            opacity: 0.88;
        }

        37.2% {
            opacity: 0.64;
        }

        40.5% {
            opacity: 0.52;
        }

        52.7% {
            opacity: 0.69;
        }

        60.2% {
            opacity: 0.60;
        }

        66.6% {
            opacity: 0.52;
        }

        70.0% {
            opacity: 0.63;
        }

        79.9% {
            opacity: 0.60;
        }

        84.2% {
            opacity: 0.75;
        }

        91.0% {
            opacity: 0.87;
        }
    }

    .text-primaryNew{
        color:#3C6F9D;
        background-color :#eee;
    }

/*Loading*/
.cssload-container {
    background: rgb(255,255,255);
    width: 90% !important;
    margin: auto !important;
    position:relative;
}
	
.cssload-container div {
	width: 16px;
	height: 16px;
	position: absolute;
	background-color: rgb(204,204,204);
	top: 45%;
	border-radius: 50%;
}

.cssload-container div:nth-child(1) {
	background-color: #0067B1;
	animation: cssload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: cssload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: cssload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: cssload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: cssload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.cssload-container div:nth-child(2) {
	background-color: #598FC7;
	animation: cssload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: cssload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: cssload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: cssload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: cssload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.cssload-container div:nth-child(3) {
	background-color:#598EC6 ;
	animation: cssload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: cssload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: cssload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: cssload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: cssload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.cssload-container div:nth-child(4) {
	background-color: gray;
	animation: cssload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: cssload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: cssload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: cssload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: cssload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}



@keyframes cssload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-o-keyframes cssload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-ms-keyframes cssload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-webkit-keyframes cssload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-moz-keyframes cssload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}


.cssload-thecube {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 49px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(255, 255, 255, 0.9);
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}
 #ImageContentModal{
        background-position: center 0px !important;
        background-repeat: no-repeat !important;
        background-size: 988px 575px !important;
        width: 100% !important;
        height: 100% !important;
        border:none;
        box-shadow:none;
        -webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.7));
        filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.7));
    }

.ImageContentModalCorreccionFirma {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: 988px 550px !important;
    width: 100% !important;
    height: 100% !important;
    border: none;
    box-shadow: none;
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.7));
    filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.7));
}
 .FormNuevo {
                width: 100%;
                background-color: transparent !important;
                transition: 0.2s ease-out;
                color: gray;
                border: none;
                font-size: 13px;
                border-bottom: solid 1px #1A9DDC;
            }
     

        .FormNuevo:focus {
            border: none !important;
            border-bottom: solid 1px lightblue !important;
            outline:0px;
        }
        .ComboSelect select {
        color: gray !important;
        border: none !important;
        border-bottom: 1px solid #1A9DDC !important;
        border-radius: 0px !important;

        -webkit-appearance: none;
          -moz-appearance: none;
           appearance: none;
           
            background: transparent;
        }
        .ComboSelect select:disabled { 
            color: rgba(0, 0, 0, 0.26) !important;
            border-bottom: 1px dotted rgba(0, 0, 0, 0.26) !important;
        }
        .has-error-select {
            border-bottom: 1px solid #a94442 !important;
        }

        .ComboSelect::after{
	        content:"\025be";
	        display:table-cell;
	        padding-top:1px;
	        text-align:center;
	        width:30px;
	        height:30px;
	        background-color:transparent;
	        position:absolute;
	        top:3px;
	        right:10px;	
	        pointer-events: none;
            color:gray;
            font-size:20px !important;
        }

        .ComboSelect select:focus {
            outline:0px;
            border: none !important;
            border-bottom: 1px solid lightblue !important;
    
        }
        #ImageContentModal1{
            /*background-image: url('../images/wizard/momday.jpg') !important;*/
             background-position: center center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
            width: 100%;
            height: 100%;
            min-height: calc(180vh - 200px);
            max-width: 931px;
            min-height: 580px !important;
        }

        #modalWeeClinicBienvenida1 > .modal-dialog {
              max-width: 931px;
            min-height: 580px !important;
        }
         
    .cargadoFondo {
        width:100%;
        text-align:center;
        color:#0067B1;
    }     
    .cargadoFondo > #CargadoRotary {
        animation: linePencil 1.6s infinite linear;
        display:block;
    }
    @keyframes linePencil {
          0% {
           transform:rotateX(0deg);
            -ms-transform:rotateX(0deg); /* IE 9 en adelante*/
            -webkit-transform:rotateX(0deg); /* Opera, Chrome, y Safari */
          }
          50% {
           transform:rotateX(180deg);
            -ms-transform:rotateX(180deg); /* IE 9 en adelante*/
            -webkit-transform:rotateX(180deg); /* Opera, Chrome, y Safari */
          }
        }





    .pulseMa {
        animation: pulseMa .8s infinite;
        border-radius: 5px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-right:10px !important;
        background:#449D44;
        color:white
    }

    .pulseMa:hover {
      animation: none;
    }

@-webkit-keyframes pulseMa {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(68,157,68, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(68,157,68, 0.5);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(68,157,68, 0);
  }
}
@keyframes pulseMa {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(68,157,68, 1);
    box-shadow: 0 0 0 0 rgba(68,157,68, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(68,157,68, 0.5);
      box-shadow: 0 0 0 15px rgba(68,157,68, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(68,157,68, 0);
      box-shadow: 0 0 0 0 rgba(68,157,68, 0);
  }
}

/*Campañas*/    
.containerImagen {
    position: fixed;
    z-index: 1001;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding: 15px;
    background: rgba(0,0,0,.6);
}
.imagenContenido {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 900px;
    margin: 0px auto;

}
.BacImagen {
    margin: 0px auto;
}
.BacImagen_consulta {
    margin: 0px auto;
}
.IconoCerrarCampa {
    position: absolute;
    top: 14px;
    right: 15px;
    color: white;
    font-size: 20px !important;
    height: 26px;
    width: 27px;
    cursor: pointer;
    background: #199bd7;
    padding: 3px 4px 4px 6px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
}
.ClassFlechasCamL {
    font-size: 23px !important;color: white;left: 5px;position: absolute;width: 27px;height: 28.1px;cursor: pointer;background: #199BD7;border-radius: 50%;padding-left: 3px;padding-top: 2px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
}
.ClassFlechasCamR {
    font-size: 23px !important;color: white;right: 5px;position: absolute;width: 27px;height: 28.1px;cursor: pointer;background: #199BD7;border-radius: 50%;padding-left: 4px;padding-top: 2px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
}

@media screen and (min-width: 768px) {
    .ClassFlechasCamL {
        left: 6%;
    }
    .ClassFlechasCamR {
        right: 6%;
    }
}
@media screen and (min-width: 1200px) {
    .ClassFlechasCamL {
        left: 11%;
    }
    .ClassFlechasCamR {
        right: 11%;
    }
}
/*Copia de campais para la especifica de medicos*/
.IconoCerrarCampa_consulta {
    position: absolute;
    top: 14px;
    right: 15px;
    color: white;
    font-size: 20px !important;
    height: 26px;
    width: 27px;
    cursor: pointer;
    background: #199bd7;
    padding: 3px 4px 4px 6px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
}

.ClassFlechasCamL_consulta {
    font-size: 23px !important;
    color: white;
    left: 5px;
    position: absolute;
    width: 27px;
    height: 28.1px;
    cursor: pointer;
    background: #199BD7;
    border-radius: 50%;
    padding-left: 3px;
    padding-top: 2px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
}

.ClassFlechasCamR_consulta {
    font-size: 23px !important;
    color: white;
    right: 5px;
    position: absolute;
    width: 27px;
    height: 28.1px;
    cursor: pointer;
    background: #199BD7;
    border-radius: 50%;
    padding-left: 4px;
    padding-top: 2px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
}

@media screen and (min-width: 768px) {
    .ClassFlechasCamL_consulta {
        left: 6%;
    }

    .ClassFlechasCamR_consulta {
        right: 6%;
    }
}

@media screen and (min-width: 1200px) {
    .ClassFlechasCamL_consulta {
        left: 11%;
    }

    .ClassFlechasCamR_consulta {
        right: 11%;
    }
}
/*.card{
        padding: 5px 20px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    }*/

.card {
    padding: 5px 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}

    .card label {
        font-weight: normal !important;
    }

    .CambioHubicacionBack{
       border: none !important;
        box-shadow: none !important;
        border-radius: 0px !important;
        position: relative !important;
        background: transparent !important;
        width: 83%;
        padding: 65px 135px !important;
        height: 311px;
        text-align: center;
    }
    .CambioHubicacionBack::after{
        content:'';
        background-image: url('../Images/Wizard/img_cambiodeubicacion.png') !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        z-index: -1;
    }
    .CambioHubicacionBack::before{
         content:'';
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        z-index: -2;
        background: rgba(255,255,255,.6);
    }

    /*estilos de conversacion*/
#ContenedorMensajeria.Bloqueado::before, #BodyChat_Mensajeria.Bloqueado::before {
    content: '';
    position: absolute;
    top: 0px;
    background: rgba(255,255,255,.5);
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1;
}
#ContenedorMensajeria.Bloqueado::after, #BodyChat_Mensajeria.Bloqueado::after {
    content: "\f110";
    top: 45%;
    right: 45%;
    z-index: 2;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: gray;
    font-size: 40px;
    vertical-align: middle;
    position: absolute;
    font: normal normal normal 54px/1 FontAwesome;
}
@keyframes fa-spin {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

    .ImagenChatGlobal {
        width: 200px;
        text-align: center;
    }

    .ImagenChatGlobal a img {
        max-width: 150px;
        max-height: 100px;
    }
#VerContenedorMensajeria {
    width: 50px;
    height: 50px;
    background: #6FA2C9;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    display: flex;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 900;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    display: none;
}
    #ContenedorMensajeria{
        position: absolute;
        top: -500px;
        background: #8cd0f1;
        min-width:420px;
        max-width:420px;
        right: 0px;
        height: 500px;
        z-index: 9999999;
        border-radius: 15px;
        padding: 10px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);overflow: hidden;
        overflow-wrap: break-word !important;
    }
.TituloConversacion {
    font-size: 13px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: -15px;
    height: 50px;
    overflow: hidden;
    background: #4179b8;
    color: white;
    margin-top: -10px;
    padding-top: 10px;
}
    .ContenedorConversacion{
        height: 300px;
        overflow:hidden;
        overflow-y:auto;
    }
.ConversacionEntrante {
    padding: 5px 15px;
    border-radius: 5px;
    text-align: justify;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .ConversacionEntrante .Contenido {
        max-width: 280px;
        margin-right: auto;
        background: #069fe0;
        color: white;
        padding: 5px 15px;
        border-radius: 15px;
        text-align: justify;
        justify-content: flex-start;
        align-items: center;
    }
    .ConversacionEntranteFecha{
        max-width: 280px;
        margin-right: auto;
        padding-left: 5px;
        color: #6894c7;
    }
    .ConversacionEntrante div,.ConversacionSaliente div{
        overflow-wrap:break-word;
        max-width:200px;

    }
.ConversacionSaliente {
    max-width: 280px;
    margin-left: auto;
    padding: 5px 15px;
    border-radius: 15px;
    text-align: justify;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .ConversacionSaliente .Contenido {
        max-width: 280px;
        margin-left: auto;
        background: #06bdeb;
        color: white;
        padding: 5px 15px;
        border-radius: 15px;
        text-align: justify;
        justify-content: flex-end;
        align-items: center;
    }
    .ConversacionSalienteFecha{
        max-width: 280px;
        margin-left: auto;
        text-align:right;
        padding-right: 5px;
        color: #6894c7;
    }

    .ConversacionEntranteNombre{
        max-width: 280px;
        margin-right: auto;
        padding-left: 5px;
        color: white;
        text-align:left;
    }
    .ConversacionSalienteNombre{
        max-width: 280px;
        margin-left: auto;
        text-align:right;
        padding-right: 5px;
        color: white;
    }
.CamposDemensaje {
    position: absolute;
    width: 102%;
    bottom: -15px;
    background: #8cd0f1;
}
    .CamposDemensaje #TxtMensajeChat {
        border: none;
        border-radius: 15px;
        line-height: 18px;
        color: #4179b8;
    }
    .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 15px;
}
.lds-ellipsis div {
  position: absolute;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: gray;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
#classContenedorconversaciones {
    position: fixed;
    background: white;
    width: 250px;
    bottom: 20px;
    left: 85px;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    -webkit-transition: width .4s,border-radius .3s,background-color 0.2s ease; /* Safari */
    transition: width .4s,border-radius .3s,background-color 0.2s ease;
}

#classContenedorconversaciones.CerradoContenedor {
    width: 47px;
    height: 47px;
    line-height: 45px;
    border-radius: 50%;
    background: #3c6f9d;
}
#classContenedorconversaciones .TituloChats {
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 6px;
    color: #8B8B8B !important;
}
#classContenedorconversaciones i.fa-close {
    color: #3c6f9d;
    font-size: 18px !important;
}
#classContenedorconversaciones i.fa-comments {
    color:white;
}
.CerradoContenedor .TituloChats, .CerradoContenedor #ConversacionesActivas {
    display:none;
}
#ConversacionesActivas p {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px 30px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow-wrap: break-word;
    padding-left: 30px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    color: #3AB0C8;
}
.amaran p {
    margin: 0;
    float:initial;
}
#ConversacionesActivas p span{
    color: #9f9f9f;
    font-size: 12px;
    display: block;
}
#ConversacionesActivas p::after {
    content: "\f0e5";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 10px;
    top: 8px;
    color: #3AB0C8;
}
#ContenedorMensajeria.Bloqueado::before {
    content: '';
    position: absolute;
    top: 0px;
    background: rgba(255,255,255,.5);
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1;
}

#ContenedorMensajeria.Bloqueado::after {
    content: "\f110";
    top: 45%;
    right: 45%;
    z-index: 2;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: gray;
    font-size: 40px;
    vertical-align: middle;
    position: absolute;
    font: normal normal normal 54px/1 FontAwesome;
}
@keyframes lds-ellipsis1 {
    0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.pulseNo {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(28,52,115, 0.8);
    animation: pulseNo 1s infinite;
}


@-webkit-keyframes pulseNo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(28,52,115, 0.8);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(28,52,115, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(28,52,115, 0);
    }
}

@keyframes pulseNo {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(28,52,115, 0.4);
        box-shadow: 0 0 0 0 rgba(28,52,115, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(28,52,115, 0);
        box-shadow: 0 0 0 10px rgba(28,52,115, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(28,52,115, 0);
        box-shadow: 0 0 0 0 rgba(28,52,115, 0);
    }
}

.divInventarioNormal {
    background-color: #8eaed9;
    border-color: #8eaed9;
}

/*apartado nuevo*/
/**/
#frmWeeclinic_Paciente_DivIndexPacientes .card {
    position: fixed;
    width: 100%;
    min-height: 130px;
    background: white;
    z-index: 2;
    top: 0px;
    padding-top: 60px;
    right: 0px;
    padding-left: 50px;
}

#btnPaciente_NuevoPaciente {
    background: #66D8B0;
    font-weight: 900;
    border-color: #66D8B0;
}

#frmWeeclinic_Paciente_DivIndexPacientes #frmListaPaciente_txtBuscaPaciente {
    border-radius: 0px 15px 15px 0px;
    border-color: #668EC2;
}

.input-group-addon {
    border-radius: 15px 0px 0px 15px !important;
    background: #668EC2 !important;
    color: white !important;
    border-color: #668EC2 !important;
}

.input-group-addon a i{
    color:white !important;
}

#frmWeeclinic_Paciente_DivIndexPacientes_DivNormal {
    margin-top: 10px;
}
.card {
    padding: 0px;
    border-radius: 15px;
}
 .card .card-header {
    background: #2F83E5;
    border-radius: 15px 15px 0px 0px;
    color: white;
    overflow:hidden;
    -webkit-box-shadow: 0px 5px 9px -2px rgba(156,156,156,1);
    -moz-box-shadow: 0px 5px 9px -2px rgba(156,156,156,1);
    box-shadow: 0px 5px 9px -2px rgba(156,156,156,1);
}
 .card .card-header img {
    float:left;
    width:70px;
    margin:auto;
}
.card .card-header .info-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    padding:10px 15px;
}
.card .card-content label {
    color: #2C67AB;
}
.card .card-header-fixed {
    padding: 10px;
    width: 40%;
    background: #2C67AB;
    border-radius: 15px 0px 0px 15px;
    overflow:hidden;
}
.card .card-header-fixed img {
    float: left;
    width: 60px;
    margin: auto;
}
.card .card-header-fixed .info-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70px;
    padding: 10px 15px;
    color:white;
}
.card .card-content-fixed .info-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    padding:10px 15px;
}
.card .card-content-fixed {
    padding: 10px;
    width: 70%;
    border-radius: 15px 0px 0px 15px;
    overflow:hidden;
    color:#2C67AB;
}

.card-fixed{
    display:flex;
}
.card-fixed i{
    font-size:16px;
    cursor:pointer;
    float:right;
}
.card .card-header-invert {
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
    color: #496F99;
    margin: 0px;
}
.card .card-content-invert {
    color: white;
    background: #2F83E5;
    border-radius: 0px 0px 15px 15px;
    color: white;
    padding: 20px;
    margin: 0px;
}
.card .card-content-invert label {
    color: white;
    font-family:GothaProBol;
}
.table-newModel thead td {
    border-bottom: 2px solid #2F83E5;
}
.tabs {
    border-bottom: solid #2F83E5 2px;
    padding: 0px 10px;
    height: auto;
    background:transparent;
}
.tabs .tab a {
    background: #5C85B5;
    background-color: rgb(92, 133, 181);
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}

.tabs .tab a:hover, .tabs .tab a.active{
    background: #5C85B5;
    background-color: rgb(92, 133, 181);
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    box-shadow:none;
}
.tabs .tab a.active:hover {
    background: #1337B1 !important;
    background-color: rgb(92, 133, 181);
    color: white;
    border-radius: 10px 10px 0px 0px !important;
}
.tabsConsulta2nivel .tab a {
    background: #9BD8FF;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsConsulta2nivel .tab a:hover {
    background: #9BD8FF !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsConsulta2nivel .tab a.active {
    background-color: #069DFC !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsConsulta2nivel .tab a.active:hover {
    background-color: #069DFC !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsCosnutal .tab a {
    background: #90C3FF;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsCosnutal .tab a.active {
    background-color: #2F83E5 !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsCosnutal .tab a.active:hover {
    background-color: #2F83E5 !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsCosnutal .tab a:hover {
    background: #90C3FF !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.container-SV {
    padding: 0px !important;
    color: #2C67AB;
    padding-top: 50px !important;
}
.container-SV label {
    margin-top: 10px;
    margin-left: 15px;
    font-family: GothaProBol;
}
.container-SV input[type=text] {
    width:60%;
}
.container-SV .col-md-6 {
    display:flex;
}
.container-SV .col-md-12 {
    margin-top:30px;
}
.container-SV .row {
    margin-bottom:0px;
}
.container-SV button {
    margin-left:10px;
}
.container-SV img {
    max-width: 50px !important;
}
.tab a.active {
    background-color: #1337B1 !important;
    color: white;
}
input[type=button]{
    padding-left:20px !important;
    padding-right:20px !important;
}
#WeeClinic_Consulta_HistoriaClinica_tabsServicioHistoriaClinica .tab a.active {
    background-color: #069DFC !important;
    color: white;
}
#frmWeeClini_Admision_NewPaciente_divShowData label{
    font-family:GothaProBol;
}
.radio-success {
    min-width: 150px;
}
.radio-success input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #668ec2;
    margin-left:10px;
}

.radio-success input[type='radio']:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
}

.radio-success input[type="radio"]:checked:before {
    background: #66D8B0;
     border: 1px solid #66D8B0;
}

.radio-success input[type="radio"]:checked {
    border-color: #66D8B0;
}

.radio-success label{
    margin-left:30px !important;
}
.Radio-success-new {
    min-width: 150px;
}
.Radio-success-new input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #668ec2;
}

.Radio-success-new input[type='radio']:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
}

.Radio-success-new input[type="radio"]:checked:before {
    background: #66D8B0;
     border: 1px solid #66D8B0;
}

.Radio-success-new input[type="radio"]:checked {
    border-color: #66D8B0;
}

.Radio-success-new label{
    margin-left:30px;
}
.checkbox-success{
    display:flex;
}
.checkbox-success label{
    margin-left:20px;
}
.checkbox-success input[type='checkbox'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    outline: none;
    border: 1px solid #668ec2;
    border-radius: 3px;
}
.checkbox-success input[type='checkbox']:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 3px;
}
.checkbox-circle input[type='checkbox'] {
    border-radius: 10px;
}
.checkbox-circle{
    display:initial;
}
.checkbox-success input[type="checkbox"]:checked:before {
    background: #66D8B0;
    border: 1px solid #66D8B0;
    border-radius: 3px;
}

.checkbox-success input[type="checkbox"]:checked {
    border-color: #66D8B0;
}

.leyendaInformacionPac {
    display: flex;
    background: #00dcae;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    width: 450px;
    z-index: 11;
}

.leyendaInformacionPac::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0px;
    border-color: transparent #00dcae transparent #00dcae;
    position: absolute;
    left: -10px;
}
.RecortText {
    width: 100px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.modal-content {
    border-radius: 40px 40px 40px 40px !important;
    
}
.modal-header {
    background: #2F83E5;
    color: white;
    border-radius: 38px 38px 0px 0px;
}
.modal-header h4{
    color: white !important;
    font-family: GothaProBol;
    padding-left:15px;
}
.modal-header button{
    color: white !important;
}
.modal-body input[type=text], input[type=email] {
    border-radius: 12px ;
    border-color: #668EC2;
    color: #668EC2 ;
}
.has-error .form-control {
    border-color: #a94442 !important;
}

.form-control.input--design.has-error:focus {
    box-shadow: rgb(255 0 0 / 30%) 0px 2px 6px 0px !important;
}

.form-control.input--design.has-error + label {
    color: var(--red-error) !important;
}

label.style-radio-label.has-error,
span.has-error,
p.has-error,
h1.has-error {
    color: var(--red-error);
}

.input--design.has-error {
    box-shadow: rgb(255 0 0 / 30%) 0px 2px 6px 0px !important;
    border: 1px solid var(--red-error) !important;
}

.has-error {
    box-shadow: rgb(255 0 0 / 30%) 0px 2px 6px 0px !important;
    -webkit-box-shadow: rgb(255 0 0 / 30%) 0px 2px 6px 0px !important;
    border: 1px solid var(--red-error) !important;
}

.form-control.input--design.has-error:focus {
    box-shadow: rgb(255 0 0 / 30%) 0px 2px 6px 0px !important;
}

.form-control.input--design.has-error + label {
    color: var(--red-error) !important;
}

.input-group.--input-withIcono input.form-control.has-error {
    box-shadow: rgb(255 0 0 / 30%) 0px 2px 6px 0px !important;
    -webkit-box-shadow: rgb(255 0 0 / 30%) 0px 2px 6px 0px !important;
    border: 1px solid var(--red-error) !important;
}

input[type=checkbox].has-error {
    outline: #f11612 1.4px solid;
    content: none;
}

.has-error {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px #00000013 !important;
    box-shadow: inset 0 1px 1px #00000013 !important;
}

select {
    border-radius: 12px !important;
    border-color: #668EC2 !important;
    color: #668EC2 !important;
}
.modal-body {
    color:#2C67AB;
    background:white;
}
.modal-footer {
    border-top: none !important;
}
.btn {
    font-family: GothaProBol;
}
.btn-default {
    color: #5A8EC6 !important;
    border-color:#668ec2 !important;
}
.btn-success {
    background-color: #66D8B0 !important;
    border-color: #66D8B0 !important;
}
.close{
    opacity:1 !important;
}
.close:hover {
    opacity: 1 !important;
}
.borderless td, .borderless th {
    border: none !important;
    font-family: GothaProBol;
}
.borderless {
    background: #E4EDF7 !important;
}
.borderless tr:first-child{
    border-bottom:2px solid #2C67AB !important;
}
.borderlessnew td, .borderlessnew th {
    border: none !important;
}
.borderlessnew {
    background: #E4EDF7 !important;
}
.borderlessnew tr:first-child {
    border-bottom: 2px solid #2C67AB !important;
}
.borderlessnew tr:first-child {
    font-family: GothaProBol;
}
.borderless_Table {
    background: #E4EDF7 !important;
}
.borderless_Table tr:first-child {
    font-family: GothaProBol;
}
.borderless_Table td, .borderless_Table th {
    border: none !important;
    font-family: GothaProBol;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: white !important;
}
.txtDateFormatVAl, .txtDateFormatVAlConsultaAgenda, .txtDateFormatVAlConsultaAgendaSintomas {
    width: 90% !important;
    border: none !important;
    box-shadow: none !important;
}
.txtDateFormat input[type=text] {
    width: 90% !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px 0px 0px 5px;
}
.txtDateFormatBorder input[type=text] {
    width: 90% !important;
    box-shadow: none !important;
    padding: 0px 0px 0px 5px;
}
.colaciones {
    max-width: 15px;
    min-width: 150px !important;
    margin-left: -140px !important;
    border-radius: 15px !important;
    padding: 0px !important;
    margin-top: -36px !important;
}
.colaciones li:first-child {
    text-align: center;
    background: #50A1FF;
    color: white;
    border-radius: 15px 15px 0px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tw-tower {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    min-width: 100%;
}

.tw-tower-item {
    flex: 1 0 auto;
    max-width: 25%;
    width: 25%;
    word-break: break-all;
    padding: 10px 10px;
    min-width:350px;
    margin:auto;
}
.otrosantecedentes input[type=text]{
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid !important;
    border-color: #2C67AB !important;
    border-radius:initial;
}
.otrosantecedentes div:first-child {
    width: 20%;
}
.otrosantecedentes {
    display: flex;
    margin-left: 5%;
    padding-bottom: 20px;
}
.popover {
    border: none  !important;
    box-shadow: none !important;
    background: transparent !important;
}
.popover.right > .arrow{
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
.popover.right > .arrow::after{
    border-right-color: transparent !important;
}
.popover textarea{
    border-radius: 15px;
    border: 2px solid #668EC2;
    color: #668EC2;
}
.classFormControlInput {
    border-radius: 10px !important;
    border: 1px solid #E4EDF7;
    color: #2C67AB !important;
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: 50px !important;
}
.classFormControlInputSelect {
    border-radius: 10px !important;
    border: 1px solid #E4EDF7 !important;
    color: #2C67AB !important;
}
.classFormControlInputText {
    border-radius: 10px !important;
    border: 1px solid #668EC2 !important;
    color: #668EC2 !important;
}

.irs-bar {
    background: linear-gradient(to bottom, #20b426 0%, #66D8B0 100%) !important;
}
.irs-bar-edge {
    background: linear-gradient(to bottom, #20b426 0%, #66D8B0 100%) !important;
    border-radius: 10px 0px 0px 10px;
}
.irs-slider.single {
    background: linear-gradient(#66D8B0, #66D8B0) center/2px 100% no-repeat;
}
.irs-from, .irs-to, .irs-single {
    background: #66D8B0 !important;
}
.irs-from::after, .irs-to::after, .irs-single::after{
    border-top-color: #66D8B0 !important;
}
.leyendaInformacion_General {
    display: flex;
    background: #66D8B0;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: -160px;
    width: 550px;
    left: 32%;
    font-weight: bold;
    color: #00432B;
}

.leyendaInformacion_General::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #66D8B0 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
}

@media screen and (max-width: 1000px) {
    .leyendaInformacion_General {
        width: 80%;
        left: 5%;
    }
}
@media screen and (max-width: 600px) {
    .tw-tower-item {
        max-width: 100%;
        width: 100%;
    }
    #frmWeeclinic_Paciente_DivIndexPacientes .card{
        padding-left:0px;
        right:auto;
    }
    .leyendaInformacionPac {
        width: 80%;
    }
    .tabs .tab {
        width: 100%;
    }
}

.tabs .tab {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    position: relative;
    margin: 0px 3px;
    text-transform: initial;
}
.tabs .tab a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -15px;
    height: 50px;
}
.tabs .tab a .Centrado {
    max-width: 200px;
    line-height: 13px !important;
    font-size: 12px !important;
    white-space: normal;
    margin: auto;
    min-width: 200px;
    cursor:pointer;
}
.tabs .tab a .Centrado_lvl2 {
    max-width: 200px;
    line-height: 13px !important;
    font-size: 12px !important;
    white-space: normal;
    margin: auto;
    min-width: 200px;
    cursor:pointer;
}
@media screen and (max-width: 1500px) {
    .tabs .tab a .Centrado_lvl2 {
        max-width: 140px;
        min-width: 100px;
    }
}
#WeeClinic_Consulta_tabsHistoriaClinica a, #WeeClinic_Consulta_tabsHistoriaClinica a label {
    font-size: 12px !important;
}

@media screen and (max-width: 1500px) {
    #WeeClinic_Consulta_HistoriaClinica_tabsServicioHistoriaClinica .tab a label {
        padding: 0px 5px;
        font-size: 10px !important;
    }
}
.tabs .tab a.active{
    max-height:70px;
    height: 60px;
    margin-bottom: auto;
}
.tabsnivel3 .tab a {
    background: #A2C0E3;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsnivel3 .tab a:hover {
    background: #A2C0E3 !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsnivel3 .tab a.active {
    background: #59A0F4 !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsnivel3 .tab a.active:hover {
    background: #59A0F4 !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsServiciosSalud .tab a {
    background: #90C3FF;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsServiciosSalud .tab a:hover {
    background: #90C3FF !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsServiciosSalud .tab a.active {
    background: #069DFC !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsServiciosSalud .tab a.active:hover {
    background: #069DFC !important;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    font-family: GothaProBol;
}
.tabsServiciosSalud .tab{
    width:16.6%;
}
#WeeClinic_Consulta_tabsHistoriaClinica .tab a.active {
    background: #2F83E5 !important;
}
.classBorder-gray {
    border: 2px solid #BBC9DB;
    border-radius: 10px;
}
.checkboxAdaptLablel-Left {
    display: flex;
    padding-top: 12px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.checkboxAdaptLablel-Left .radio{
    margin:0px;
    margin-left:10px;
}
.label_70porciento{
    width:70%;
}
h4{
    font-family:GothaProBol;
}

#weeclinic_loader_Informativo_Consulta {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1020;
    background: rgba(50,50,50,0.8);
    display: none;
}
#weeclinic_loader_Informativo_Consulta .Contenido_informativo {
    position: absolute;
    top: 40%;
    text-align: center;
    background: transparent;
    color: white;
}
.Contenido_informativo_PrimerContenido {
    text-align: center;
    background: #2F83E5;
    color: white;
   padding: 5px;
    font-size: 14px;
}

 .Contenido_informativo_PrimerContenido1 {
    text-align: center;
    background: #4C97EF;
    color: white;
    padding: 5px;
    font-size: 14px;
}
.Diagnostico-Interrogatiroo .col-md-3{
    min-height:100px;
}
.Diagnostico_ExploracionFisica .col-md-3 {
    min-height: 100px;
}
.input-group .input-group-addon {
    border-radius: 10px 0px 0px 10px;
    background: transparent;
    color: #BBC9DB;
}
.input-group .input-group-addon i {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    border-right:none;
}
.input-group input[type=text] {
    border-radius: 0px 10px 10px 0px;
    border-left: none;
}
/*select option {
    background: rgba(200,200,200,0.8);
    color: white;
}*/
/*select {
    border-radius: 10px !important;
    border-color: #BBC9DB !important;
    color: #687D98 !important;
}

select.empty {
    color: #687D98;
}

select.empty:focus, option:not(:first-child) {
    color: #687D98;
}

select:focus option:first-child {
    font-family: GothaProBol !important;
}*/
.listaautoc {
    color: #343434 !important;
    background: rgba(236,239,241,0.95) !important;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    z-index: 12;
    width: 94%;
    margin: 0px 10px;
    font-size: 14px;
}
.text-recortado {
    width: 142px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cajafixedspan {
    font-family: Gotham;
    position: absolute;
    height: 240px;
    margin-left: 23px;
    width: 236px;
    z-index: 1;
    background: #53BAFA;
    border-radius: 0px 0px 10px 10px;
    color: #FFF;
    -webkit-box-shadow: 0px 6px 3px -1px rgba(224, 224, 224, 0.6);
    -moz-box-shadow: 0px 6px 3px -1px rgba(224, 224, 224, 0.6);
    box-shadow: 0px 6px 3px -1px rgba(224, 224, 224, 0.6);
    padding: 0px 0px 0px 20px;
    margin-top: 4px;
}
.cajafixedspan label{
    font-family:GothaMedium !important;
}
.scrollbarr {
    overflow-y: scroll;
    height: 90%;
    padding-top: 20px;
}
.scrollbarr::-webkit-scrollbar {
    width: 8px; 
    height: 8px; 
    display: none; 
}
.scrollbarr::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.scrollbarr::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.scrollbarr::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
.scrollbarr::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}
.scrollbarr::-webkit-scrollbar-track:hover,
.scrollbarr::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
.cls_Flex{
    display:flex;
}
.cls_Flex label{
  font-family: GothaProBol;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 14px;
    width:40%;
}
.cls_Flex input[type=text]{
    font-family:GothaProBol;
    width:60%
}
.cls_Flex div input[type=text],.cls_Flex div select{
    font-family:GothaProBol;
    width:100%
}
#WeeClinic_Consulta_UltimasAtencionesdivGeneral .panel-primary > .panel-heading {
    background: #318CF5;
    color:white;
    font-family:GothaProBol;
}
#WeeClinic_Consulta_UltimasAtencionesdivGeneral .panel-body {
    padding: 0px;
}
.amaran.awesome.ok {
    background: #50A1FF !important;
    color: white !important;
}
.amaran.awesome.ok p.bold{
    color:white !important;
    font-family:GothaProBol;
}
.amaran.awesome.ok .icon{
    background:#66D8B0 !important;
}
.amaran.awesome.error {
    background: #F8736E !important;
    color: white !important;
}
.amaran.awesome.error p.bold {
    color: white !important;
    font-family: GothaProBol;
}
.amaran.awesome.error .icon {
    background: #FA3737 !important;
    color:white !important;
}
.amaran.awesome.warning {
    background: #E5A800 !important;
    color: white !important;
}
.amaran.awesome.warning  p.bold {
    color: white !important;
    font-family: GothaProBol;
}
.amaran.awesome.warning .icon {
    background: #FFF83E !important;
    color: #E5A800 !important;
}
.header_fixed {
    -webkit-box-shadow: 0px 1px 11px 0px rgba(156,156,156,1);
    -moz-box-shadow: 0px 1px 11px 0px rgba(156,156,156,1);
    box-shadow: 0px 1px 11px 0px rgba(156,156,156,1);
    position: fixed;
    width: 100%;
    min-height: 130px;
    background: white;
    z-index: 5;
    top: 0px;
    padding-top: 60px;
    right: 0px;
    padding-left: 50px;
}
.frmWeeclinic_CompartirLiga {
    background: #66D8B0;
    padding: 5px;
    text-align: justify;
    border-radius: 5px;
    position: absolute;
    max-width: 400px;
    height: auto;
    color: #00432B;
    cursor: default;
    margin-top: 15px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
    .frmWeeclinic_CompartirLiga:after, .frmWeeclinic_CompartirLiga:before {
        bottom: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .frmWeeclinic_CompartirLiga:after {
        border-color: rgba(102, 216, 176, 0);
        border-bottom-color: #66D8B0;
        border-width: 10px;
        margin-left: -10px;
    }
#Elentv {
    opacity: 0.0;
    display:none;
}
#WeeClinic_btnOpenSendLiga:hover + #Elentv {
    opacity: 1.0;
    display:block;
}
.imgGuiaIm{
    max-width:200px;
}
.circle-Pass {
    position: relative;
    display:flex;
}
.circle-Pass .circle-step {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #5A8EC6;
    margin-left:10px;
    margin-right:10px;
}
.divConsultaLanding .buttons {
    float: none !important;
    position: relative;
    width: 100px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.circle-Pass .circle-step.active {
    background: #5A8EC6;
}
.filter {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.2);
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline:none !important;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    outline: none !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.modal-dialog {
    -webkit-transform: translate(0,-50%) !important;
    -o-transform: translate(0,-50%) !important;
    transform: translate(0,-50%) !important;
    top: 50%;
    margin: 0 auto !important;
    padding-top: 49px;
}

.modal-dialog-native {
    -webkit-transform: translate(0, -50px) !important;
    -o-transform: translate(0, -50px) !important;
    transform: translate(0, -50px) !important;
    top: initial !important;
    margin: 0 auto !important;
    padding-top: initial !important;
}
.modal-body-native {
    background: transparent !important;
    overflow: initial !important;
    max-height: initial !important;
}
.modal-footer{
    min-height:40px;
}
fieldset[disabled] input[type="checkbox"], fieldset[disabled] input[type="radio"], input[type="checkbox"].disabled, input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="radio"][disabled] {
    background: #ddd;
}
.collapsible-body{
    background:white;
}
@media only screen and (max-width: 1500px) {
    /*.card .card-header-fixed .info-header {
        width: 100%;
    }*/
}
@media only screen and (max-width: 1200px) {
    .table-responsive-lg .table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    }
}

.tooltip-inner {
    background-color: #66D8B0 !important;
    font-size:14px !important;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #66D8B0 !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #66D8B0 !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #66D8B0 !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #66D8B0 !important;
}
@media only screen and (max-width: 1200px) {
    .tablahospitalizacion #MovelCabezara {
    }
}
a:focus {
    outline-offset: 0px !important;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline-offset: 0px !important;
    outline: 0px !important;
}
input[type="checkbox"], input[type="radio"]{
    cursor:pointer;
}
select{
    cursor:pointer;
}
.ui-datepicker {
    z-index: 999999 !important;
}
.CalendarLabelimg {
    font-size: 14px;
    font-family: GothaProBol;
    float: right !important;
    flex-direction: column;
    justify-content: center;
    min-height: 90px;
    padding: 30px 15px;
    color: #2C67AB;
}
.CalendarLabelimg img{
    cursor:pointer;
}
.Consulta_Cerrada {
    width: 15% !important;
    background: #7DA2A3 !important;
}
.Consulta_EnConsulta {
    width: 15% !important;
    background: #25C99E !important;
}
.Consulta_EnEspera {
    width: 15% !important;
    background: #2F83E5 !important;
}
.Consulta_Solicitada {
    width: 15% !important;
    background: #8C6FD9 !important;
}
.Consulta_Programada {
    width: 15% !important;
    background: #7FD95D !important;
}
.Consulta_Programada_Inmediata {
    background: #B45DDA !important;
}
.Consulta_Cancelada {
    width: 15% !important;
    background: #D96F6F !important;
}
.Consulta_Hospitalizacion {
    width: 15% !important;
    background: #FF8181 !important;
}
.Consulta_Rapida {
    width: 15% !important;
    background: #DA5DB8 !important;
}
.cartelInformacionConfiguracion {
        background-color: #009BDB;
        padding: 10px;
        color: #fff;
        position: absolute;
        top: 25px;
        right: -32px;
        max-width: 400px;
        opacity: 0;
        pointer-events: all;
        pointer-events: none;
        z-index: -1;
        min-width:200px;
    }

    .cartelInformacionConfiguracion > i {
        height: 17px;
        width: 17px;
        text-align: center;
        line-height: 17px;
        position: absolute;
        right: 3px;
        top: 3px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 14px;
    }

    .ActivecartelInformacionConfiguracion + .VerActive {
        opacity: 1;
        z-index: 100;
        pointer-events: all;
    }

    .cartelInformacionConfiguracion::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 7px 7px 7px;
        border-color: transparent transparent #009BDB transparent;
        position: absolute;
        left: 35px;
        top: -7px;
    }
.contenteditable {
    border: none !important;
    box-shadow: none !important;
    padding:15px !important;
}
    .contenteditable[disabled] {
        cursor: default !important;
        background: rgba(236,239,241,0.95) !important;
        opacity: 0.9 !important;
    }
/*apartado para cambiar los checbox*/

/*
    select {
    border-radius: 10px !important;
    border-color: #BBC9DB !important;
    color: #687D98 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(http://weecompany.net/ImagenesCorreos/flecha_secciondesplegab.png) 96% / 15% no-repeat #eee; https://cdn.sstatic.net/Sites/stackoverflow/img/favicon.ico
}
select::-ms-expand { 
    display: none;  remove default arrow on ie10 and ie11 
}

select option {
    background: #BBC9DB;
    color: #687D98;
}
    .checkbox .input-assumpte {
    display: none;
}

.input-assumpte + label:after {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    display: inline-block;
    transition-duration: 0.3s;
    width: 16px;
    height: 16px;
    content: '';
    margin-left: 10px;
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
    content: "" !important;
    background-color: #66D8B0 !important;
    border-color: #66D8B0 !important;
    border-radius: 10px;
}*/

.ClassFormatearTextoRespect {
    white-space: pre-wrap !important;
    resize: none !important;
    text-align: left !important;
}

.Padding0px{
    padding:0px !important;
}
.GothamProBol {
    font-family: GothaProBol;
}
.Gotham {
    font-family: Gotham;
}
.GothaMedium {
    font-family: GothaMedium;
}
.no-Margin{
    margin:0px !important;
}
.margin5-Porcionet {
    margin-top: 5%
}
.floatRight {
    float: right;
}
.FontSize16{
    font-size:16px !important;
}
.FontSize14{
    font-size:14px !important;
}
.FontSize18 {
    font-size: 18px !important;
}
.FontSize20 {
    font-size: 20px !important;
}
.FontSize12{
    font-size:12px !important;
}
.FontSize10{
    font-size:10px !important;
}
.FontSize30 {
    font-size: 20px !important;
}
.Margin-Top0px{
    margin-top: 10px !important;
}
.Margin-Top10px{
    margin-top:10px;
}
.Padding020px {
    padding: 0px 20px;
}
.displayFlex {
    display: flex;
}

.classlistDEtail_serviciosRef ul {
    border: 2px solid white;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 15px;
    padding-left: 20px;
}

.classlistDEtail_serviciosRef ul li {
    list-style: none;
}


.listaautoc li:hover:not(.classlistDEtail_serviciosRef){
    background:red;
}
#WeeClinic_ModalImg{
    z-index:999 !important;
}
.Padding20px0 {
    padding: 20px 0px !important;
}

.Margin-Top-20px {
    margin-top: -20px !important;
}
.Margin-Top40px {
    margin-top: 40px !important;
}
.max-height {
    height: 100% !important;
}
.border-initial {
    border-radius: initial !important;
}
.Margin-Top20px {
    margin-top: 20px !important;
}
.border-radius10px {
    border-radius: 10px !important;
}
.Margin-Bottom0{
    margin-bottom:0px !important;
}

.Padding10px{
    padding:10px;
}
.Margin-lef20px{
    margin-left:10px;
}
.has-error-input {
    border-color: #a94442 !important;
}
.width_auto{
    width:auto !important;
}
.widht5porcento {
    width: 5% !important;
}
.widht10porcento {
    width: 10% !important;
}
.widht15porcento {
    width: 15% !important;
}
.widht20porcento {
    width: 20% !important;
}
.widht25porcento {
    width: 25% !important;
}
.widh40porcento {
    width: 40% !important;
}
.widh50porcento {
    width: 50% !important;
}
.widh60porcento {
    width: 60% !important;
}
.widh100porcento {
    width: 100% !important;
}
.no_MarginLeft {
    margin-left: 0px !important;
}
.Margin-lef10px{
    margin-left:10px !important;
}
.cls_Flex_global{
    display:flex !important;
}
.Margin-Top15px{
    margin-top:15px;
}
.Padding0px5p0px {
    padding: 0px 5px 0px 0px;
}
.Padding0px5px {
    padding: 0px 5px;
}
.Margin_Right10px{
    margin-right:10px;
}
.width100por{
    max-height:100% !important;
}
.CursorDefault{
    cursor:default !important;
}
.PaddingTop10{
    padding-top:10px ;
}
.No_Border{
    border:none !important;
}
.BackgroundWhite{
    background:white;
}


@media only screen and (max-width: 800px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important
    }
}

@media only screen and (min-width: 800px) {
    .show-on-large {
        display: block !important
    }
    .ResetTamContenido {
        left: 90px;
    }
}
#LogoMen {
    position: absolute;
    margin-left: 10px;
}
@media only screen and (max-width: 1200px) {
    .CambioHubicacionBack .content > div {
        margin-left: 10% !important;
    }

    .CambioHubicacionBack .Margin-Top20px {
        margin-top: 0px !important;
    }

}


@media only screen and (max-width: 800px) {
    body {
        background: white !important;
        padding: 0px 15px 0px 10px;
    }
    .show-on-small {
        display: block !important
    }
    #LogoMen {
        width: 100% !important;
        position: fixed !important;
        text-align: center !important;
    }
    .CambioHubicacionBack {
        width: 350px !important;
        height: 272px !important;
        padding: 50px 25px 0px 50px !important;
    }

    .CambioHubicacionBack .content > div {
        margin-left: 10%  !important;
    }

    .CambioHubicacionBack .Margin-Top20px {
        margin-top: 0px !important;
    }

    .CambioHubicacionBack .content-pane {
        margin-bottom: 5px !important;
    }

    .CambioHubicacionBack .content > div > div {
        margin-bottom: 5px !important;
    }

    #frmhome_divImageHorario {
        max-width: 100% !important;
        bottom: -60px !important;
    }
    #imgplacabyhorario {
        padding-left: 15px;
        overflow: hidden;
        padding-right: 80px;
        top:40px;
        margin-bottom: 15px;
    }
    #imgplacabyhorario, #imgplaca2byhorario {
        margin-left: 0px;
    }

    #imgplaca2byhorario {
        margin-bottom: 10px;
    }

    #imgplacabyhorario::after, #imgplacabyhorario::after, #imgplaca2byhorario::after, #imgplaca2byhorario::before {
        display: none !important;
    }

    .TextoNombrePErsona {
        position: relative;
        display: block;
        /*color: #2c67ab;*/
        bottom: 0px;
    }
    #imgCanvasHomeres {
        max-height:50px !important;
    }
    #WeeClinic_CalendarioMedico {
        position: fixed;
        right: 0px;
        left: 0px;
    }
    .fc-scroller {
        height: 60vh !important;
    }
    #WeeClinic_CalendarioMedico .fc-toolbar .fc-right {
        float: none !important;
        margin: auto !important;
        width: 265px !important;
        overflow: auto !important;
    }
    .hide show-on-large {
        font-size: 12px !important;
    }
    .imgSexo {
        max-width: 38px;
    }

    #frmWeeClinic_Agenda_divBuscaPacienteResultads .listaautoc .col-md-1 {
        text-align: center !important;
    }

    #frmWeeClinic_Agenda_divBuscaPacienteResultads .listaautoc {
        overflow-x: hidden;
    }

    #frmAgenda_divGetConsultasPacientes .card-header-fixed {
        width: 120px !important;
        overflow: hidden;
    }

    #frmAgenda_divGetConsultasPacientes .card .card-content-fixed .info-header {
        height: auto;
        padding: 0px;
    }

    .card .card-header-fixed .info-header {
        width: 120px !important;
        padding: 10px 0px !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        min-height: 50px !important;
    }

    #frmAgenda_divGetConsultasPacientes .card_AgendaImgRes {
        float: left;
        width: 50px;
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #frmAgenda_divGetConsultasPacientes .card_NombreRes {
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow:hidden !important;
        padding: 0px !important;
        position:relative !important;
    }
    #frmAgenda_divGetConsultasPacientes .card .card-content-fixed label.info-header {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    #WeeClinic_CalendarioMedico .fc-icon-left-single-arrow::after {
        content: "\f0d9";
    }

    #WeeClinic_CalendarioMedico .fc-icon-right-single-arrow::after {
        content: "\f0da";
    }

    #WeeClinic_CalendarioMedico .fc-icon {
        font: normal normal normal 14px/1 FontAwesome;
        height: 21px;
        margin: 0px 10px;
        font-size: 14px;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .leyendaInformacionTel {
        display:none !important;
    }

    .flexAligVerticalmente {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: space-between;
        min-height: 65vh !important;
    }

    .flexAligCenterHori {
        display: flex;
        justify-content: center;
    }

    #frmWeeClinic_Paciente_MotivoConsulta_labelDiagnosticoSelec {
        width: 100%;
        padding: 10px 15px;
    }

    .ResponsiveMerginBot15px {
        margin-bottom: 15px;
    }

    .ModalResponsivoFullPantalla.modal {
        z-index: 998 !important;
    }

    #weeclinic_Informativo_ConsultaInicioNoCubre > div {
        width: 90% !important;
        top: 15% !important;
        right: 5% !important;
    }
}
.fc-view-container {
    overflow: auto !important;
}
.fc-agendaWeek-view, .fc-month-view {
    min-width: 800px !important;
}

.SeparacionAgenda {
    margin-top: 35px;
}

.WeeClinic_router_back {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    padding: 0px !important;
    background: transparent !important;
    border: none !important;
    position: fixed;
    top: 9px;
    left: 16px;
    z-index: 999;
}

.WeeClinic_router_back img {
    padding: 3.5px;
}
.Bacground_Initial {
    background-size: initial !important;
}
.inputadd_firma {
    border-radius: 0px 10px 10px 0px !important;
    border: 2px solid #E4EDF7;
    border-left: none;
}

#slide-out .waves-effect {
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
}

#slide-out .waves-effect span {
    margin-right: 10px;
    font-size: 24px;
    color: #0E6785 !important;
    font-weight: bold;
}
.form-control-input {
    border-radius: 12px !important;
    /*border-color: #668EC2 !important;
    color: #668EC2 !important;*/
}
.CambioHubicacionBack .buttons {
    width: 100%;
    float: initial !important;
}
.CambioHubicacionBack .buttons button{
    float:initial !important;
}

option {
    /* wrap text in compatible browsers */
    -moz-white-space: pre-line !important;
    -o-white-space: pre-line !important;
    white-space: pre-line !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    -ms-word-break: break-all !important;
    word-break: break-all !important;
    word-break: break-word !important;
    white-space: pre-line !important;
}
.Color_iconbac {
    color: #3ab089 !important;
}
.border_radius5px{
    border-radius:5px;
}
.width100px{
    width:100px; 
}

.Widt_Imgsin_permisos {
    width: 250px !important;
}
.PaddingLeft5px{
    padding-left:5px !important;
}
.PaddingRight5px {
    padding-right: 5px !important;
}
.Float_initial {
    float: initial;
}
.Color31708f {
    color: #31708f;
}
.clsDropdownProcedmientos {
    width: 170px !important;
    min-width: 105px !important;
}
.ClsProcedimientosConsulta {
    color: #31708f;
    border-bottom: 1px solid;
}
.Background_62B1FF {
    background: #62B1FF !important;
}
.clsdivheaderTratamientoMedico {
    padding: 10px;
    margin: 0px !important;
    background: #53BAFA !important;
}
.divTratamientoMEdico {
    font-weight: bold;
    font-size: 15px;
    color: white;
    margin-top: 0px !important;
    background: #2F83E5;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}
.clstext_contenido {
    color: #31708f;
    border-bottom: 1px solid #B8F7FF;
    padding: 5px;
    margin-bottom: 10px;
}
#frmVwServicioConsulta_btnRecetaMedica {
    margin-top: auto;
    margin-right: 30px
}
.Padding60px{
    padding:60px;
}
.cls_contenidoincapacidades {
    padding: 10px;
    margin: 0px;
    background: #53BAFA;
    display: none;
}
#divConsultaIncapacidad {
    margin-left: 15px
}
.paddingbot150px {
    padding-bottom: 150px;
}
.No_borderBottom{
    border-bottom:none !important;
}



.ModalResponsivoFullPantalla .modal-dialog {
    max-width: 693px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    -webkit-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    -o-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
    overflow: hidden;
}

.ModalResponsivoFullPantalla .modal-content {
    border-radius: 0px !important;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin-top: 50px;
    /*overflow: hidden;*/
}

.ModalResponsivoFullPantalla .modal-header {
    margin: auto !important;
    position: relative !important;
    width: auto !important;
    background: white !important;
    color: #2F83E5 !important;
    right: 0px !important;
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 25px !important;
    height: auto !important;
}

    .ModalResponsivoFullPantalla .modal-header h4 {
        color: #2c67ab !important;
    }

.ModalResponsivoFullPantalla .close {
    /*display: none*/
    color: white !important;
    font-weight: bold !important;
    text-shadow: 0px 1px 0px #0667b1;
    font-size: 20px;
    background: #0667b1 !important;
    width: 25px !important;
    padding-bottom: 2px !important;
    border-radius: 50%;
    height: 25px;
    margin-right: 8px;
}

.ModalResponsivoFullPantalla .modal-footer {
    display: none !important
}

.ModalResponsivoFullPantalla .modal-body {
    max-height: 80vh !important;
}

.ModalResponsivoFullPantalla.filter {
    background: transparent !important;
    -webkit-backdrop-filter: blur(0px) !important;
    backdrop-filter: blur(0px) !important;
}
.margin_Auto{
    margin:auto;
}
.text-Gray{
    color:gray;
}

.Color_3ab089 {
    color: #3ab089;
}
#divdivmodalID_BienvenidaMovil #letramodal_BienvenidaMovil {
    border-radius: 30px !important;
    max-height: 87vh;
}
#modalWeeMedic_BienvenidaMovil .modal-dialog {
    margin: 0px 30px !important;
}

.rowValida {
    margin-bottom: 0px !important;
}

.Cabezera {
    position: fixed;
    right: 0px;
    left: 0px;
    width: 100%;
    top: 0px;
    bottom: 0px;
    z-index: -2;
}


#HomeFondo {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 400px;
    left: 0px;
    top: 0px;
}

#HomeImagenfondo {
    background: url('Images/bg/pleca_back_tarde.png')no-repeat;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}


@media only screen and (min-width: 1650px) {
    #frmhome_divdate {
        margin-top: 0px !important;
    }

    .ContenImageHorario {
        margin-top: 0px !important;
    }

    .nameUserDiv {
        margin-top: 0px !important;
        padding-left: 53px !important;
    }

    .divdatosFecha {
        margin-top: 140px !important;
        right: 275px;
    }

    .Cabezera {
        width: 108% !important;
    }

    .ResponsivoAlparecerInf {
        font-size: 26px !important;
        padding: 0px 10px;
    }

    .Mistareasestilosres {
        font-size: 36px !important;
    }


    .MistareasestilosresPendientes {
        margin-left: -66px !important;
        text-align: center;
    }


    .ResponsivoAlparecerInf {
        font-size: 26px !important;
        padding: 0px 10px;
    }

    #imgresponsiva2 {
        min-height: 1150px !important;
    }

    .ContenImageHorario {
        margin-left: 35% !important;
    }

    #frmhome_divImageHorario {
        margin-top: 135px !important;
    }

    #dat {
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
    .Cabezera {
        width: 135% !important;
    }

    .ContenImageHorario {
        margin-top: 10% !important;
    }

    .divdatosFecha {
        margin-top: 100px !important;
    }
}


#frmhome_divImageHorario {
    min-height: 200px;
    position: fixed;
    right: 0px;
    max-width: 60%;
    bottom: 25px;
}

#imgplacabyhorario {
    position: relative;
    background: #d8edf5;
    color: #2c67ab;
    font-size: 2.3rem;
    padding: 10px 40px;
    margin-bottom: 40px;
    border-radius: 0px 50px 50px 0px;
    margin-top: 25px;
    margin-left: -50px;
}

    #imgplacabyhorario::after {
        content: '';
        background: #d8edf5;
        right: -50px;
        width: 40px;
        position: absolute;
        z-index: 100;
        height: 40px;
        top: 6px;
        border-radius: 50%;
    }

    #imgplacabyhorario::before {
        content: '';
        background: #d8edf5;
        right: -87px;
        width: 25px;
        position: absolute;
        z-index: 100;
        height: 25px;
        top: 16px;
        border-radius: 50%;
    }

#imgplaca2byhorario {
    position: relative;
    background: #d8edf5;
    color: #2c67ab;
    font-size: 2.3rem;
    padding: 10px 40px;
    font-weight: bold;
    margin-bottom: 40px;
    border-radius: 0px 50px 50px 0px;
    margin-top: 25px;
    margin-left: -50px;
}

    #imgplaca2byhorario::after {
        content: '';
        background: #d8edf5;
        right: -50px;
        width: 40px;
        position: absolute;
        z-index: 100;
        height: 40px;
        top: 6px;
        border-radius: 50%;
    }

    #imgplaca2byhorario::before {
        content: '';
        background: #d8edf5;
        right: -87px;
        width: 25px;
        position: absolute;
        z-index: 100;
        height: 25px;
        top: 16px;
        border-radius: 50%;
    }

.TextoNombrePErsona {
    position: absolute;
    bottom: -40px;
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    white-space: nowrap;
}

.ResetTamContenido {
    /*position: fixed;*/
    right: 0px;
    left: 0px;
    bottom: 0px;
    top: 55px;
}

#imgpendientesbyhorario {
    background: #d8edf5;
    color: #2c67ab;
    border-radius: 0px 0px 50px 50px;
    z-index: 2;
    height: auto;
    width: 100%;
}

.btn_Home {
    border: 0px !important;
    font-size: 16px !important;
    color: #2c67ab !important;
    font-weight: bold !important;
    -webkit-box-shadow: 0 4px 5px 0 #CDCDCDD8,0 1px 10px 0 #CDCDCDD8,0 2px 4px -1px #CDCDCDD8;
    box-shadow: 0 4px 5px 0 #CDCDCDD8,0 1px 10px 0 #CDCDCDD8,0 2px 4px -1px #CDCDCDD8;
    padding: 15px 15px !important;
    width: 215px !important;
    white-space: normal !important;
    text-align: left !important;
    border-radius: 15px !important;
}

.ContenedorCantidadConsultas {
    background-color: #e1413f;
    color: #fff;
    font-size: 10px;
    position: absolute;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: 10px;
}

#imgresponsiva2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120vh 120vw 0 0;
    border-color: #88d7fb transparent transparent transparent;
}

.backFlechaDia {
    border-color: #88d7fb transparent transparent transparent;
}

.backFlechaTarde {
    border-color: #3bbdef transparent transparent transparent;
}

.backFlechaNoche {
    border-color: #0678c5 transparent transparent transparent;
}

#imgpendientesbyhorario.backFlechaDiaPlac, #imgplaca2byhorario.backFlechaDiaPlac, #imgplacabyhorario.backFlechaDiaPlac {
    background: #73baf4 !important;
    color: white !important;
}

#imgpendientesbyhorario.backFlechaTardePlac, #imgplaca2byhorario.backFlechaTardePlac, #imgplacabyhorario.backFlechaTardePlac {
    background: #57aeea !important;
    color: white !important;
}

#imgpendientesbyhorario.backFlechaNochePlac, #imgplaca2byhorario.backFlechaNochePlac, #imgplacabyhorario.backFlechaNochePlac {
    background: #73baf4 !important;
    color: white !important;
}


#imgplaca2byhorario.backFlechaDiaPlac::after, #imgplacabyhorario.backFlechaDiaPlac::after, #imgplaca2byhorario.backFlechaDiaPlac::before, #imgplacabyhorario.backFlechaDiaPlac::before {
    background: #73baf4 !important;
}

#imgplaca2byhorario.backFlechaTardePlac::after, #imgplacabyhorario.backFlechaTardePlac::after, #imgplaca2byhorario.backFlechaTardePlac::before, #imgplacabyhorario.backFlechaTardePlac::before {
    background: #57aeea !important;
}

#imgplaca2byhorario.backFlechaNochePlac::after, #imgplacabyhorario.backFlechaNochePlac::after, #imgplaca2byhorario.backFlechaNochePlac::before, #imgplacabyhorario.backFlechaNochePlac::before {
    background: #73baf4 !important;
}

@media only screen and (max-width: 800px) {
    #imgpendientesbyhorario.backFlechaDiaPlac, #imgplaca2byhorario.backFlechaDiaPlac, #imgplacabyhorario.backFlechaDiaPlac {
        background: #DEF6FF !important;
        color: #2C67AB !important;
    }

    #imgpendientesbyhorario.backFlechaTardePlac, #imgplaca2byhorario.backFlechaTardePlac, #imgplacabyhorario.backFlechaTardePlac {
        background: #ADE9FF !important;
        color: #2C67AB !important;
    }

    #imgpendientesbyhorario.backFlechaNochePlac, #imgplaca2byhorario.backFlechaNochePlac, #imgplacabyhorario.backFlechaNochePlac {
        background: #BCD8E5 !important;
        color: #2C67AB !important;
    }

    .backFlechaDiaPlac .TextoNombrePErsona {
        color: #2C67AB !important;
        font-weight: normal !important;
    }

    .backFlechaTardePlac .TextoNombrePErsona {
        color: #2C67AB !important;
        font-weight: normal !important;
    }

    .backFlechaNochePlac .TextoNombrePErsona {
        color: #2C67AB !important;
        font-weight: normal !important;
    }

    .TextoNombrePErsona {
        position: relative;
        bottom: 0px;
        color: #2C67AB !important;
    }

    #imgplacabyhorario {
        padding: 10px 20px;
    }

    #imgplaca2byhorario {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }
}

#divVwDatosGenerales .card, #divVwDatosContacto .card, #divVwPaswordMP .card, #divFormacionAcademicaTitulos .card, #divFormacionAcademicaEspecialidades .card, #divFormacionAcademicaSubEspecialidades .card, #divFormacionAcademicaCertificaciones .card, #divFormacionAcademicaDiplomados .card {
    padding: 0px !important;
}
#divDatosExperienciaByProveedor .card {
    padding:0px !important;
}
.ClassInterfazCompleta {
    background: black;
    position: fixed;
    right: 0px !important;
    top: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    z-index: 9999;
    height: 500px;
    border-radius: 25px;
    width: 100% !important;
    height: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.ClassInterfazCompleta .WeeVideoidMove {
    display:none;
}

.ClassInterfazCompleta .BotonActivoMic, .ClassInterfazCompleta .BotonActivoMicDesac, .ClassInterfazCompleta .BotonActivoViDesac, .ClassInterfazCompleta .BotonActivoVi {
    position: fixed !important;
    bottom: 15px !important;
}


.ClassInterfazCompleta iframe {
    height: 100vh;
}

.ClassInterfazMin {
    background: black;
    position: fixed;
    z-index: 9999;
    height: 510px;
    border-radius: 15px;
    bottom:0px;
    right:0px;
}

    .ClassInterfazMin iframe {
        overflow: hidden;
        border: none;
        padding-left: 30px;
        padding-right: 25px;
        background: rgb(0,0,0);
        border-radius: 15px;
        height: 510px;
    }

.pulseVideo {
    width: 200px;
    margin: auto;
    height: 200px;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 50%;
    margin-top: 3%;
    display: flex;
    align-items: center;
    margin-top: 80px;
}

#IDNombreVideo {
    color: white;
    text-align: left;
    font-size: 14px;
    overflow-wrap: break-word;
    margin-top: 15px;
    position: absolute;
    right: 30px;
    left: 30px;
}

.IDNombreVideo {
    color: white;
    text-align: left;
    font-size: 14px;
    overflow-wrap: break-word;
    margin-top: 15px;
    position: absolute;
    right: 30px;
    left: 30px;
}

#WeeVideoidMove {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: move;
    z-index: 5;
}

#ContenedorVideollamada {
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

@-webkit-keyframes pulseVideo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(204,169,44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(204,169,44, 0);
    }
}

@keyframes pulseVideo {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 50px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

/*apartado para la teleasistencia twilio*/
div#controls div#preview div#local-media video {
    max-width: 200px;
    max-height: 200px;
    height: 100%;
    width: 100%;
    border: none;
}

div#controls div#room-controls, div#controls div#preview {
    width: 30%;
    margin-right: 20px;
    text-align: center;
    min-width: 100px;
}

    div#controls div#preview div#local-media {
        width: 100%;
        height: 100%;
        border: 1px solid #cececc;
        box-sizing: border-box;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
        background-size: 100%;
        max-width: 200px;
    }

div#remote-media {
    width: 100% !important;
    background: transparent;
    min-height: 202px;
    border: none;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 100%;
    text-align: center;
    max-height: 300px;
}

    div#remote-media video {
        width: 100%;
        height: auto !important;
        margin: 0px !important;
        max-height: 350px;
    }

.ClassInterfazCompleta div#remote-media {
    width: 100% !important;
    background: transparent;
    min-height: 202px;
    border: none;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 100%;
    text-align: center;
    max-height: 300px;
}

.ClassInterfazCompleta div#remote-media video {
    width: 100%;
    height: auto !important;
    margin: 0px !important;
    max-height: 500px;
}

#preview {
    top: 10px;
    position: absolute;
    right: 0px;
}

#controls {
    width: 50%;
    float: left;
    position: absolute;
    right: 0px;
    bottom: 40%;
}

    #controls button {
        display: none;
    }


.BotonActivoVi {
    background-image: url(https://weecompany.net/ImagenesCorreos/btncamon.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.BotonActivoViDesac {
    background-image: url(https://weecompany.net/ImagenesCorreos/btncamoff.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.BotonActivoMic {
    background-image: url(https://weecompany.net/ImagenesCorreos/bton_micoon.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.BotonActivoMicDesac {
    background-image: url(https://weecompany.net/ImagenesCorreos/bton_micoff.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#BTNExitWeeCall {
    position: absolute !important;
    bottom: 6px !important;
    left: 45% !important;
    color: transparent !important;
    border: none !important;
    height: 55px !important;
    line-height: 55px !important;
    vertical-align: middle !important;
    width: 53px !important;
    background-position: right center !important;
    border-radius: 50% !important !important;
    background-image: url(../Images/bg/btncolgar.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: transparent !important;
}

#BorrarClasesCam {
    display: none;
    position: absolute;
    bottom: -240px;
    right: 15px;
    color: white;
    border: none;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    width: 50px;
    border-radius: 50% !important;
    background-color: white !important;
}

#BorrarClasesCamDisabled {
    display: none;
    position: absolute;
    bottom: -240px;
    right: 15px;
    color: white;
    border: none;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 50% !important;
    width: 50px;
    background-color: white !important;
}

#BorrarClasesMic {
    display: none;
    position: absolute;
    bottom: -240px;
    left: 15px;
    color: white;
    border: none;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    width: 50px;
    border-radius: 50% !important;
    background-color: white !important;
}

#BorrarClasesMicDisabled {
    display: none;
    position: absolute;
    bottom: -240px;
    left: 15px;
    color: white;
    border: none;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 50% !important;
    width: 50px;
    background-color: white !important;
}
/*final*/

.WeeVideoidMove {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: move;
    z-index: 5;
}

    .WeeVideoidMove::after {
        content: "\f047";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: white;
        font-size: 20px;
        padding-top: 10px;
    }
.classcls50{
    width:50% !important; 
}
.btn_cancellEntrantellamada {
    background-color: #dc3545 !important;
    margin-top: 10px !important;
    padding: 7px 22px !important;
    color: white !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    float: left !important;
    margin-left: 15px !important;
}

.btnContenstLlamadaEntrante {
    background-color: #00b288 !important;
    margin-top: 10px !important;
    padding: 7px 22px !important;
    color: white !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    float: right !important;
    margin-right: 15px !important;
}
.ContenedorVideollamada_divprincipal {
    margin-top: calc(100vh - 94vh);
}
.widVideoconsulta {
    width: 300px;
}
.WeeVideoid_divCoontenido {
    color: white;
    font-size: 18px;
    position: absolute;
    margin: 10px;
}
.widVideoconsulta .BotonActivoCancel {
    position: absolute;
    bottom: 13px;
    left: 43%; 
    color: transparent;
    border: none;
    height: 53px;
    line-height: 53px;
    vertical-align: middle;
    border-radius: 50%;
    width: 53px;
    background-image: url(../Images/bg/btncolgar.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.jconfirm .jconfirm-box div.content-panehei{
    height:150px !important;
}
    .contentclip {
        clip: initial !important;
    }

.Confirm_SelectSucursal {
    margin-top: 0px !important;
}

.Confirm_SelectSucursal_All_Button {
    margin-top: -40px !important;
}

.Confirm_SelectSucursal_Input_Search {
    margin-top: -10px !important;
}
.Confirm_SelectSucursal_Select {
    margin-top: 10px !important;
}
.HideElementMenuResponsive {
    display:none;
}
.collapse.show{
    display:block !important;
}
.btn-defaultMorelos {
    border:1px solid #ccc !important;

}

.required--field::after {
    content: "*";
    position: absolute;
    top: 0;
    color: var(--danger);
    margin-left: 3px;
}