@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');


body {
    background-color: #F2F2F2;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    min-height: 100vh;
    height: 100%;
    padding: 0;
}

/*
-------------------------------------------------------
GENERALES
-------------------------------------------------------
*/

.btn-primary {
    border-radius: 10px;
    background-color: #F15A24 !important;
    border-color: #F15A24 !important;
    letter-spacing: 0;
    height: 35px;
    color: #ffffff !important;
    outline: none;
}

.btn-primary:hover {
    color: #444 !important;
}

.btn-primary[disabled] {
    color: #ffffff !important;
}


.btn-default:not(.dropdown-toggle) {
    border: 1px solid #F15A24;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #F15A24;
    font-size: 16px;
    letter-spacing: 0;
    height: 35px;
}

.contenedor-white {
    background-color: #ffff;
    padding: 15px;
}

.nav-tabs.nav-justified>li>a,
.nav-tabs>li>a {
    margin: 0 !important;
}

.tab-content-bordered>.tab-content,
.tab-content.tab-content-bordered {
    border: 0 !important;
}

.user-login .nav-tabs>li>a {
    background-color: transparent !important;
    border: 0;
}

.user-login .nav-tabs>li.active>a {
    border: 0;
    border-bottom: 2px solid #0B4870;
}

.user-login .nav-tabs>li.active:after {
    content: "\f0dd";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: -12px;
    left: 45%;
    color: #0B4870;
    font-size: 20px;
}

.pagina-cita .tab-content {
    margin: 0 !important;
}

.user-login .tab-content {
    margin-top: 20px;
}

.user-login .nav-tabs {
    border: 0;
}

.user-login select:not(.selectpicker),
.user-login input:not([type="radio"]):not([type=checkbox]):not([type=submit]),
.user-login textarea {
    border: 0 !important;
    box-shadow: none;
    border-bottom: 1px solid #0071BC !important;
    border-radius: 0 !important;
    background-color: #FAFAFA !important;
    height: 48px;
    font-size: 16px;
}

/*
-------------------------------------------------------
HEADER
-------------------------------------------------------
*/

.fila-header {
    height: 96px;
    background-color: #ffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    position: relative;
}

.fila-header>div {
    width: auto;
    height: 100%;
}

.fila-header>div:nth-child(2) {
    padding: 0;
}

.fila-header>div:nth-child(3) {
    padding: 0 15px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.componente-logocomunidad {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.componente-logocomunidad img {
    max-width: 176px !important;
}

.bloque-texto-header {
    color: #0B4870;
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    width: 120px;
    height: 100%;
}

.bloque-texto-header p {
    border-left: 2px solid #F2F2F2;
    padding-left: 15px;
}

.bloque-texto-header .content-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.componente-menuusuario .user_name,
.componente-menuusuario .fa-caret-down {
    display: none;
}

.componente-menuusuario .dropdown-toggle {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border: 0;
}

.componente-menuusuario img {
    height: 50px !important;
    width: 50px;
    border: 2px solid #29ABE2;
    margin: 0 !important;
}

.componente-menuusuario .open img {
    border: 2px solid #FFF !important;
}

.componente-menuusuario .btn-secondary {
    top: 0;
    z-index: 1001;
}

.componente-menuusuario .dropdown-menu {
    width: 193px;
    left: -143px;
    top: 25px;
    border-radius: 5px 0 5px 5px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    padding: 30px 10px;
    padding-bottom: 10px;
}

.componente-menuusuario .dropdown-menu a {
    color: #3296E3;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    height: 40px;
    padding-top: 10px !important;
    border-top: 1px solid #ddd;
}

.componente-rastro-miga span,
.componente-rastro-miga a {
    color: #3296E3;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 16px;
    text-decoration: none;
    vertical-align: bottom;

}

.componente-rastro-miga .fa-caret-right {
    display: none;
}

.miga-separador {
    color: transparent !important;
}

.miga-separador:after {
    content: "\f0da";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #CACACA !important;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.fila-second-header {
    height: 48px;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*
-------------------------------------------------------
MENU LATERAL
-------------------------------------------------------
*/
.contenedor-menulateral.attach,
.contenedor-menulateral:hover {
    max-width: 260px;
    z-index: 1005;
}

.contenedor-menulateral {
    position: fixed;
    max-width: 72px;
    left: 0;
    height: 100%;
    top: 0;
    background-color: #00253D;
    z-index: 2;
    box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.1);
}

.contenedor-menulateral>.row>div:nth-child(1) {
    margin-top: 20px;
}

.contenedor-menulateral .nav>li>a:focus,
.contenedor-menulateral .nav>li>a:hover {
    background-color: transparent;
}

.contenedor-menulateral.attach .nav>li>a:focus,
.contenedor-menulateral.attach .nav>li>a:hover,
.contenedor-menulateral:hover .nav>li>a:focus,
.contenedor-menulateral:hover .nav>li>a:hover {
    background-color: #002d49 !important;
}

.header-container.attach,
.page-container.attach,
.seccion-footer.attach {
    width: calc(100% - 260px);
}

.header-container,
.page-container,
.seccion-footer {
    width: calc(100% - 72px);
}

.header-container,
.page-container {
    float: right;
}

.logo-menu-lateral p {
    display: inline-block;
}

.atach_menu {
    display: none;
}

.contenedor-menulateral.attach .atach_menu,
.contenedor-menulateral:hover .atach_menu {
    color: #29ABE2;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-shadow: 5px -2px 4px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin-left: 13px;
}

.contenedor-menulateral.attach .logo-menu-lateral,
.contenedor-menulateral:hover .logo-menu-lateral {
    margin-bottom: 15px;
}

.atach_menu i {
    transform: rotate(30deg);
}

.no-login .footer-container {
    width: 100% !important;
}

.contenedor-menulateral.attach .menu-lateral li,
.contenedor-menulateral:hover .menu-lateral li {
    height: auto;
    margin: 0 !important;
}

.menu-lateral li {
    width: 100%;
    display: block;
    height: 48px;
    margin: 15px 0 !important;
}

.contenedor-menulateral.attach .menu-lateral li a,
.contenedor-menulateral:hover .menu-lateral li a {
    border-bottom: 1px solid #0B4870 !important;
}

.contenedor-menulateral.attach .menu-lateral li:nth-child(1) a,
.contenedor-menulateral:hover .menu-lateral li:nth-child(1) a {
    border-top: 1px solid #0B4870;
}

.contenedor-menulateral.attach .menu-lateral li a,
.contenedor-menulateral:hover .menu-lateral li a {
    color: #29ABE2 !important
}


.menu-lateral .collapse.navbar-collapse {
    padding: 0;
}

.menu-lateral li a {
    color: transparent;
    padding: 22px 10px !important;
    padding-left: 0 !important;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px !important;
    font-weight: 400;
    outline: none;
    height: auto !important;
}


.menu-lateral .menu-nav.navbar-nav {
    margin-left: -5px;
}

.menu-lateral .menu-nav.nav.navbar-nav .icon_menu {
    vertical-align: middle;
}

.menu-lateral li a .icon_menu span {
    color: #29ABE2 !important;
    font-size: 24px;
}

.contenedor-menulateral:not(.attach) .menu-lateral li.li-menu-active a .icon_menu span {
    color: #0B4870 !important
}

.menu-lateral .icon_menu {
    width: 48px;
    text-align: center;
}

.logo-smc-white {
    text-align: center;
}

.enlace-pacientes .icon_menu span {
    margin-left: 8px;
}

/*
-------------------------------------------------------
FOOTER
-------------------------------------------------------
*/
.pagina-login .seccion-footer {
    position: absolute;
    width: 100% !important;
}

.seccion-footer {
    height: 78px;
    bottom: 0;
    z-index: 1;
    float: right;
    background: #fff;
}

.section-footer-container>div>div>div {
    width: auto;
}

.bloque-ayuda-footer {
    display: none;
}

.bloque-boton-necesita-ayuda a {
    color: #777777;
    font-size: 21px;
    letter-spacing: 0;
    text-decoration: none;
}

.bloque-boton-necesita-ayuda {
    padding: 21px 15px;
}

.bloque-boton-necesita-ayuda .fa-question-circle {
    color: #0B4870;
    font-size: 36px;
    vertical-align: middle;
    margin-right: 5px;
}

.bloque-boton-necesita-ayuda .fa-chevron-up {
    color: #29ABE2;
    font-size: 24px;
    margin-left: 5px;
}

.section-footer-container>div>div>div:nth-child(3),
.section-footer-container>div>div>div:nth-child(4) {
    float: right;
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-footer-container>div>div>div:nth-child(4) {
    padding-right: 0;
}

.logo-skill {
    color: #777777;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    border-left: 1px solid #F2F2F2;
    padding-left: 10px;
}

.logo-skill img {
    vertical-align: sub;
    margin-left: 10px;
}

.logo-smc p {
    margin: 0;
}

.bloque-boton-necesita-ayuda a.active .fas {
    display: none;
}

.no-login .footer-container.active .bloque-ayuda-footer {
    left: 0;
    bottom: 73px;
}

.footer-container.active.attach .bloque-ayuda-footer {
    left: 260px;
}

.footer-container.active .bloque-ayuda-footer {
    display: block;
    position: fixed;
    left: 72px;
    width: 100%;
    bottom: 78px;
    padding: 60px;
    background-color: #00253D;
    /* box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.3); */
    color: #fff;
    z-index: 1000;
}

.footer-container.active {
    background-color: #00253D;
    /* box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.3); */
    color: #fff;
}

.footer-container.active .bloque-boton-necesita-ayuda a,
.footer-container.active .bloque-boton-necesita-ayuda i {
    color: #fff;
}

.footer-ayuda>span {
    color: #FFFFFF;
    font-family: "PT Sans Narrow";
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 16px;
    display: block;
}

.footer-ayuda li {
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 29px;
}

.footer-ayuda ul {
    padding-left: 30px;
}

.cerrar_ayuda {
    color: #FFFFFF;
    font-size: 24px;
    position: fixed;
    right: 30px;
    bottom: 280px;
    z-index: 1002;
}

/*
-------------------------------------------------------
PLANTILLA BASE
-------------------------------------------------------
*/

.user-login .page {
    /* background-color: #F2F2F2; */
    height: CALC(100vh - 78px);
}

.user-login .page-container {
    padding: 30px 31px;
}

/*
-------------------------------------------------------
PAGINA LOGIN
-------------------------------------------------------
*/
.no-login {
    background: #0B4870 url(./background-login.jpg);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.no-login .page {
    padding-bottom: 78px;
}

.section-central-container .section-page-container>div>div>div {
    float: none;
    padding-right: 25px;
    padding-left: 25px;
}

.fila-login {
    max-width: 370px;
    margin: 48px auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.body-login .input-group.form-group,
.content-registrate,
.componente-login .contenedor-tabs .nav-tabs,
.componente-registro .contentform {
    margin: auto;
    width: 100%;
}

.bloque-login-texto {
    color: #777777;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
}

.row-logo-comunidad {
    margin-bottom: 20px;
}

.row-logo-comunidad>div {
    padding: 0;
}

.row-logo-comunidad .login-logo img {
    margin: 0 auto;
    max-width: 300px !important;
}

.row-logo-comunidad .login-logo:after {
    content: "Bienvenido a nuestra plataforma tecnológica de Telemedicina.";
    color: #777777;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
    display: block;
}

.contenedor-tabs .nav-tabs {
    border: 0;
    padding: 0;
}

.contenedor-tabs .nav-tabs a {
    color: #29ABE2;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    border: 0;
    text-align: center;
}

.contenedor-tabs .nav-tabs .active a {
    color: #0B4870 !important;
    border: 0 !important;
    border-bottom: 2px solid #0B4870 !important;
}

.contenedor-tabs .nav-tabs li.active:after {
    content: "\f0dd";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 44%;
    bottom: -14px;
    font-size: 25px;
}

.componente-login {
    padding-top: 20px;
}

.componente-login h3 {
    display: none;
}

.componente-login label {
    color: #777777;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    font-weight: normal;
}

.componente-login .cont-label {
    padding: 0;
}

.componente-login .input-group {
    width: 100%;
    display: block;
    min-height: 48px;
}

.componente-login .input-group .input-group-addon {
    position: absolute;
    left: 0;
    z-index: 4;
    bottom: 10px;
    padding: 0;
    width: 49.6px;
}

.componente-login .input-login:nth-child(2) {
    margin: 0;
}

.input-group input:not([type='checkbox']),
.colfield input:not([type='checkbox']) {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: normal !important;
}

.componente-login input:not([type='checkbox']),
.componente-login .colfield input:not([type='checkbox']) {
    border-bottom: 2px solid #92a3aa !important;
    height: 48px;
    padding-bottom: 0px !important;
}

.componente-login input:not([type='checkbox']):focus,
.componente-login input:not([type='checkbox']):active,
.componente-login input:not([type='checkbox']):valid,
.componente-login .colfield input:not([type='checkbox']):focus,
.componente-login .colfield input:not([type='checkbox']):active,
.componente-login .colfield input:not([type='checkbox']):valid {
    border-bottom: 2px solid #0071bc !important;
}


.componente-login .input-group input,
.componente-login .colfield input {
    padding-left: 50px !important;
}

.contenedor-tabs .tab-content {
    padding-top: 20px;
}

.content-registrate {
    float: left;
    margin-top: 34px;
}

.componente-login .body-login button.iniciar-sesion,
.body-registro button.button-register {
    margin-top: 15px;
}

.componente-registro .contentform {
    padding: 0;
}

.componente-registro .registrousuario {
    margin: 0;
}

.body-registro .colfield i.ocultar_pass,
.body-registro .colfield i.ver_pass {
    top: 15px !important;
}

/* Placeholder labels */
.plab input:focus~label.placeholder,
.plab input:valid~label.placeholder,
.plab.focused input~label.placeholder {
    color: #0071bc;
    font-weight: 500;
    padding-left: 0;
    margin-bottom:0 ;
}

.plab label.placeholder{
    left: 50px;
    top: 13px;
}

.body-registro .colfield.plab input:valid~label.placeholder,
.body-registro .colfield.plab input:focus~label.placeholder,
.body-registro .colfield.plab.focused input~label.placeholder {
    left: 15px;
    top: -10px;
}
.body-registro .colfield.plab{
    margin-top: 5px !important;
}

.body-registro .colfield.plab label.placeholder {
    left: 60px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.registrousuario>form>div:first-child .contentform span {
    color: #777777;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
}

.body-login i,
.body-registro i {
    color: #0071BC !important;
}


.content-registrate {
    color: #777777;
    font-size: 16px;
    line-height: 21px;
}

.content-registrate .registrate {
    color: #F15A24;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none !important;
}

.no-login .body-login .lds-dual-ring.sm,
.no-login .body-registro .lds-dual-ring.sm {
    margin-top: 15px;
}

.body-login .formulario-sesion i.ver_pass,
.body-login .formulario-sesion i.ocultar_pass {
    top: 15px !important;
}

.body-login .formulario-sesion .passinput {
    margin-bottom: 0;
}

.body-login .cont-regresar {
    display: none;
}

.body-login .mantener-sesion {
    float: left;
    margin: 0;
    width: 100%;
    text-align: center;
}

.body-login .content-btn-iniciar {
    float: left;
    margin: 0;
}

.body-login .formulario-sesion .row .mantener-sesion .recordar-session label {
    color: #777777;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: normal;
}

.componente-login .nav-tabs.hidden~.tab-content {
    padding-top: 0;
}

.componente-login .titleregister {
    color: #777777;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}

.componente-login .sendemail i {
    color: #89DE4C !important;
    font-size: 60px !important;
    display: block;
    margin-bottom: 15px;
}


.body-login .login_reenviar_confirm .lds-dual-ring.sm::after {
    border-color: #00446b transparent #00446b transparent !important;
}


.contenedor-loginuser .error_login {
    padding: 0;
    font-size: 14px;
}

.contenedor-loginuser .reenviar_confirm {
    color: inherit !important;
    text-transform: none;
    font-size: inherit;
    text-decoration: underline;
}

.sendemail .contentform {
    width: 100%;
    text-align: center;
}

.componente-login .sendemail .contentform:nth-child(4) {
    margin-top: 30px;
}

.componente-login .msgregister {
    color: #777777;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.componente-login .reenviar_confirm {
    color: #F15A24 !important;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.componente-login .confirmaccount {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    background: #89DE4C;
    border-radius: 0;
    height: 24px;
    padding: 4px;
    text-align: center;
    color: #0B4870;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}

.rowcampos .colfield:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 15px;
    text-align: center;
    z-index: 4;
    top: 12px;
    width: 49.6px;
    font-size: 20px;
    color: #0071BC;
}

.rowcampos .colfield:nth-child(2):before {
    content: "\f007";
}

.rowcampos .colfield:nth-child(3):before {
    content: "\f0e0";
}

.rowcampos .colfield:nth-child(4):before {
    content: "\f3cd";
}

.rowcampos .colfield:nth-child(5):before {
    content: "\f023";
}

.rowcampos .colfield:nth-child(6):before {
    content: "\f084";
}


/*
-------------------------------------------------------
Componente usuarios
-------------------------------------------------------
*/

.componente-usuarios {
    background: #ffff;
    padding: 15px;
}

/*
-------------------------------------------------------
Componente perfil de usuario
-------------------------------------------------------
*/

.componente-perfilusuario .form-group {
    margin-bottom: 0px;
}

/*
-------------------------------------------------------
Componente agenda
-------------------------------------------------------
*/
.componente-agenda .calendarioagenda {
    background: #fff;
    padding: 15px 12px;
}

.componente-agenda .btn-crearevento {
    text-align: right;
    position: absolute;
    top: -15px;
    right: 25px;
}

.componente-agenda .listadoagenda {
    margin-bottom: 20px;
    margin-top: 20px;
}

.componente-agenda {
    padding-top: 10px;
}

.modalcrearevento .btn.sw-btn-prev {
    order: 2;
}

.modalcrearevento .btn.sw-btn-next {
    order: 3;
}

.modalcrearevento .cancelbutton {
    border: 1px solid #F15A24 !important;
    border-radius: 10px !important;
    background-color: #FFFFFF !important;
    color: #F15A24 !important;
    font-size: 16px;
    letter-spacing: 0;
    height: 35px;
    order: 1;
    outline: none !important;
}

.modalcrearevento .step_title {
    color: #0B4870;
    font-family: "Ubuntu Condensed";
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
}

.modalcrearevento .toolbar {
    margin: 0 15px;
    display: flex;
    justify-content: flex-end;
}

.modalcrearevento .modal-footer {
    text-align: left;
}

.modalcrearevento .sw-theme-default {
    border: 0;
}

.modalcrearevento .sw>.tab-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.modalcrearevento .sw-theme-dots>.nav .nav-link.done {
    color: #3296E3 !important;
}

.modalcrearevento .sw-theme-dots>.nav .nav-link.done::after {
    background-color: #3296E3;
}

.modalcrearevento .sw-theme-dots>.nav .nav-link.active {
    color: #0B4870 !important;

}

.modalcrearevento .sw-theme-dots>.nav .nav-link.active::after {
    background-color: #0B4870 !important;
}

.horariosdisponibles input[type=radio] {
    display: none;
}

.titlehorarios {
    color: #000000;
    font-family: "Ubuntu Condensed";
    font-size: 20px;
}

.horariosdisponibles label.active {
    background-color: #29ABE2;
    color: #fff;
}

.horariosdisponibles label {
    border: 1px solid #29ABE2;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #29ABE2;
    font-family: "Ubuntu Condensed";
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}


/*
-------------------------------------------------------
PAGINA CITA
-------------------------------------------------------
*/
.pagina-cita .section-page-container {
    background: #ffff;
}

.fechaevento {
    width: 96px;
    height: 96px;
    max-width: 120px;
    max-height: 120px;
    background-color: #FFBF00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    line-height: 1;
    float: left;
    margin-right: 15px;
}

.fechaevento>span {
    font-family: "Ubuntu Condensed";
}

.fechaevento>span:nth-child(1) {
    font-size: 44px;
}

.fechaevento>span:nth-child(2) {
    font-size: 24px;
    margin-top: -3px;
}

.fechaevento>span:nth-child(3) {
    font-size: 12px;
    margin-top: 2px;
}

.rowdetalles {
    padding: 15px 0;
}

.rowdetalles span.fa {
    color: #FFBF00;
    font-size: 24px;
    vertical-align: middle;
}

.horaevento {
    color: #777777;
    font-size: 16px;
    display: inline-block !important;
    line-height: 1;
    vertical-align: middle;
}

.horaevento>span:last-child {
    margin-left: 5px;
}

.idevento {
    line-height: 1;
    display: inline-block !important;
    margin-left: 35px;
    vertical-align: middle;
}

.idevento strong {
    color: #0B4870;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
}

.idevento span {
    vertical-align: middle;
    color: #777777;
    font-size: 16px;
    margin-left: 5px;
}

.nombreevento {
    color: #0B4870;
    font-size: 36px;
    font-family: "Ubuntu Condensed";
    line-height: 1;
}

.participant img {
    border: 1px solid #0B4870;
    border-radius: 50%;
}

.participant .name {
    margin-left: 10px;
    color: #777777;
    font-size: 16px;
}

.titleroom {
    color: #0B4870;
    font-family: "Ubuntu Condensed";
    font-size: 28px;
    font-weight: normal;
}

.blocktime {
    color: #777777;
}

.contenedorenlace,
.infosala,
.divbrowsers {
    display: none;
}

.btn-unirme,
.modalcrearevento .toolbar .btn:not(.cancelbutton) {
    height: 36px;
    border-radius: 10px !important;
    background-color: #F15A24 !important;
    color: #FFF !important;
    border: 1px solid #F15A24 !important;
    font-family: "Ubuntu Condensed";
    font-size: 16px;
    letter-spacing: 0;
    width: 83.82px;
    outline: none !important;
}

.contenedorunirme {
    text-align: center;
}


.componente-internaevento .basics {
    display: inline-block;
    width: 20%;
    float: left;
}

.componente-internaevento .aditionals {
    display: inline-block;
    width: 80%;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.componente-videochat .apertura:nth-child(1) {
    display: none;
}

.divapertura .row_contador {
    background: #000;
    color: #fff;
    margin: 0;
}

.pagina-cita .componente-cancelarevento {
    text-align: right;
    position: absolute;
    right: 15px;
    top: -18px;
}

.panelDiligenciar .titulo-vista,
.panelDiligenciar .m-y-0 {
    display: none;
}

.panelDiligenciar .disabled,
.panelDiligenciar .disabled+.chosen-container {
    color: #777777 !important;
    pointer-events: none !important;
    cursor: inherit !important;
    background-color: #f0f0f0 !important;
}

.componente-videochat .finalizar {
    position: absolute;
    top: -158px;
    right: 15px;
}

/* VIDEOLLAMADA */
.localVideo {
    min-height: 400px;
    width: 100%;
}

.localVideo video {
    max-height: 400px;
    min-height: 400px;
}

.fullscreencall .contenedorvideo {
    max-height: 400px;
}

.actionsform .selectfile,
.sendform.actionsform .sendform {
    top: 6px;
}

.attach .contmessages {
    height: 332px;
}

.contenedorvideo.videoCall.full.attach {
    width: 65% !important;
}

.contenedorchat.attach {
    width: 35%;
}

.contmessages .nav li {
    margin: 0;
}

.contenedorchat {
    border: 0;
    height: 42.7vh;
}

.contmessages .tab-content>.active {
    height: 38.5vh;
}

.contmessages .nav.nav-xs>li>a {
    font-size: 14px;
}

.wizard>.ultimoguardado {
    display: none;
}

/*
-------------------------------------------------------
COMPONENTE USUARIOS
-------------------------------------------------------
*/

.componente-usuarios .input-group-addon {
    display: none;
}

.componente-usuarios .editcont .input-group {
    width: 100%;
}

.componente-usuarios .menuArbol label,
.tablaGrupos td {
    font-size: 15px;
}