@charset "UTF-8";@font-face{font-family:Montserrat;src:url(/assets/fonts/Montserrat-VariableFont_wght.ttf);font-weight:400;font-style:normal}@font-face{font-family:Playfair;src:url(/assets/fonts/PlayfairDisplay-Regular.ttf);font-weight:400;font-style:normal}.login{background-image:url(/assets/bg-01.svg);background-repeat:no-repeat;background-size:cover;background-position:center;height:100vh;width:100vw;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.form{height:400px;width:350px;display:flex;flex-direction:column;justify-content:left;justify-items:flex-start;border-radius:5px;padding:30px;box-shadow:2px 4px 10px #000000b3;align-items:center;left:50%;top:50%;transform:translate(-50%,-50%);position:absolute;background-color:#fff}input[type=checkbox]{display:none}.user,.pass{margin-top:.5rem;margin-bottom:10px;font-size:1rem;width:300px;height:60px;border:1px solid #e6e6e6;border-radius:10px;padding:0 26px;outline:none;display:block;font-family:Montserrat,sans-serif}.labelCkb{font-family:Montserrat,sans-serif;font-size:13px;color:#999;line-height:3;display:block;position:relative;padding-left:26px;cursor:pointer}.labelCkb:before{content:"⛌";font-family:Montserrat,sans-serif;font-size:13px;color:transparent;display:flex;justify-content:center;align-items:center;position:absolute;width:18px;height:18px;border-radius:2px;background:#fff;border:1px solid #4E3089;left:0;top:50%;transform:translateY(-50%)}.formCheckbox{display:flex;justify-content:space-between}.formRemember{display:flex;justify-content:space-between;margin-top:6px}a{text-decoration:none}.txt1{font-family:Montserrat,sans-serif;font-size:13px;line-height:1.4;color:#999}input[type=checkbox]:checked+.labelCkb:before{color:#4e3089}.flex{width:350px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;justify-content:space-between;-ms-align-items:center;align-items:center}.button{display:flex;justify-content:center;align-items:center;width:100%;margin-top:.5rem;font-size:1rem;border:none;border-radius:10px;padding:0 20px;height:40px;background:#4e3089;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12px;text-transform:uppercase}h1{width:100%;display:block;font-family:Playfair,sans-serif;font-size:30px;color:#333;line-height:1.5;text-align:center;letter-spacing:2px}label{font-size:small;margin-top:.5rem}.mensaje{height:20px}p{color:#00f}.error{color:red;font-family:Montserrat,sans-serif}.success{color:green;font-family:Montserrat,sans-serif}body{display:flex;align-items:center;justify-content:center;margin:0%}.container{width:100vw;height:98vh}.content{overflow:hidden}.card{background-color:#4e3089;color:#fff;padding:1rem;height:15rem;width:15rem;text-align:center;border-radius:10px;align-items:center;position:relative;box-shadow:0 4px 8px #00000080,0 4px 20px #00000080}.cards{max-width:1200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;gap:25px;align-items:center;grid-template-columns:repeat(3,1fr)}.card-1{background:transparent url(../assets/icons/expediente.svg) no-repeat center 0;background-size:contain;height:70%}.card-2{background:transparent url(../assets/icons/agenda.svg) no-repeat center 0;background-size:contain;height:70%}.card-3{background:transparent url(../assets/icons/mensaje.svg) no-repeat center 0;background-size:contain;height:70%}.card-4{background:transparent url(../assets/icons/factura.svg) no-repeat center 0;background-size:contain;height:70%}.card-5{background:transparent url(../assets/icons/pendiente.svg) no-repeat center 0;background-size:contain;height:70%}.card-6{background:transparent url(../assets/icons/busqueda.svg) no-repeat center 0;background-size:contain;height:70%}.cardAct{position:absolute;width:90%;height:90%;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:3%;z-index:0;background-color:#4e3089}.cardAct:hover{width:98%;height:98%}.cardText{padding-top:5%;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;font-size:25px;color:#fff;height:25%}.exit{right:0;top:0;height:25px;width:25px;background:url(../assets/icons/salir.svg) no-repeat;text-indent:-999em;text-decoration:none}@media(max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}.card{height:10rem;width:10rem}}@media(max-width:600px){.cards{grid-template-columns:repeat(1,1fr)}.cardText{padding-top:4%}.card{height:4rem;width:25rem}[class^=card-]{background:none}}@font-face{font-family:Montserrat;src:url(/src/assets/fonts/Montserrat-VariableFont_wght.ttf);font-weight:400;font-style:normal}.navbar{display:flex;align-items:center;justify-content:space-between;background-color:#4e3089;color:#fff;height:49px;width:100vw;overflow:hidden}.logo{list-style:none;width:90vw}.logo a{color:#fff;font-family:Montserrat,sans-serif;font-size:20px}.menu{position:absolute;background-color:#4e3089;right:0;left:0;text-align:center;padding:0 16px;font-size:18px;width:30px;height:calc(100vh - 47px);float:right;margin:32px auto 0% 0%}.menu li{padding:7.5px 0;margin-top:2vh;list-style:none}.iconos{display:flex;flex-direction:column;justify-content:space-between}.center-icons{display:flex;flex-direction:column;align-items:center;flex-grow:1}.bottom-icon{margin-top:auto;text-align:center;margin-bottom:35%}.icon img{height:30px;width:30px;justify-content:center}.user-icon{width:10vw;justify-content:center;transform:translate(50%,-15%)}.datos{margin-left:20px}.containerExp{display:flex;width:90vw}.tabsForm{width:90vw}.panel{height:calc(100vh - 49px)}.boxPanel{width:90vw;margin-right:0;transform:translate(10%)}.tabs:not(:last-child){border-right:1px solid rgba(0,0,0,.274)}.active-tabs{background:#fff;border-bottom:1px solid transparent}.active-tabs:before{content:"";display:block;position:absolute;top:-5px;left:50%;transform:translate(-50%);height:5px;background:#5893f1}button{border:none}.content-tabs{flex-grow:1}.contents{background:#fff;padding:20px;width:90vw;height:calc(100vh - 49px);display:none}.contents h2{padding:0 0 5px}.contents hr{width:100px;height:2px;background:#222;margin-bottom:5px}.contents p{width:100%}.active-content{display:block}.containerExp{margin-top:35px;height:calc(90vh - 49px)}.contenedor{margin-top:35px;height:calc(90vh - 49px);overflow:hidden}.boxPanel{height:80vh;width:85vw}.panel{height:80vh;width:80vw}.datos{height:75vh;width:80vw;overflow-y:scroll;overflow-x:hidden;position:relative}body{line-height:1;font-family:arial,trebuchet;font-size:10pt}table{border-collapse:collapse;border-spacing:0}.contenido{height:calc(100vh - 49px)}#images{display:none}#tabla-superior{margin:0 auto;background:#fff;width:70vw}#tabla-superior table{width:70vw}#tabla-1 td,#tabla-2 td{height:0px;vertical-align:middle}#tabla-resultados{width:70vw;background:#fff;padding:15px 5px;font-weight:700}#evaluador,#registro,#paciente,#apellidos,#fecha,#notas,#diagnostico,#tratamiento{width:200px;font-size:12px;border:1px solid #b4b4b4;text-align:left}#paciente,#apellidos,#fecha{width:120px;margin-left:5px;margin-right:5px}#datos-personales{width:200px;margin:20px 0}#datos-personales td{padding:5px 1px;vertical-align:middle}#datos-personales span,#tabla-titulo span{font-size:140%;font-weight:700;color:#565a5d}#tabla-titulo td{font-size:12px;font-weight:700;color:#565a5d}h2{font-size:14px;font-weight:700;color:#565a5d}#datos-personales td{font-size:12px;color:#565a5d}#tabla-titulo input{background-color:#e5eae9;border:none}input{width:11px;height:18px;padding:0;margin:0;font-size:9px;border:none;text-align:center;outline:none}.titulo{text-align:right;padding-right:5px;font-weight:700;width:150px}.borde{border:1px solid #a4a4a4;text-align:center;font-size:9px;width:54px}.noborde{margin:0;text-align:center}#suma,#suma2,#suma3,#suma3-neg,#suma4,#suma5{display:inline}.d{text-align:center;font-size:10pt;background:#e6e6e6}.d:hover{background:#b14c4c}.i{background:url(../assets/img/misc/oblicuas.png) no-repeat;background-size:cover;height:18px;width:100%}.i:hover{background:#e6e6e6}.i-implante{display:none;background:#000;width:8px;height:8px;margin:-12px 20px;position:absolute;cursor:pointer}.f{width:97%;height:18px;background:#fff;border:1px solid #C3C9C8;background-repeat:no-repeat;float:left;display:inline}.f:hover{background:#e6e6e6}.cuadricula{background:none repeat scroll 0 0 #fff;border:1px solid #C3C9C8;display:inline;float:left;height:18px;margin:1px;width:23%}.cuadricula:hover{background:#e6e6e6}.diente{height:155px;background-repeat:no-repeat}#diente18-a{background:url(../assets/img/dientes-arriba/dientes-arriba-18.png);width:66px;background-size:54px 141px;background-position:0 -2px;background-repeat:no-repeat}#diente17-a{background:url(../assets/img/dientes-arriba/dientes-arriba-17.png);width:57px;background-size:57px 141px;background-repeat:no-repeat}#diente16-a{background:url(../assets/img/dientes-arriba/dientes-arriba-16.png);width:62px;background-position:0 4px;background-repeat:no-repeat}#diente15-a{background:url(../assets/img/dientes-arriba/dientes-arriba-15.png);width:42px;background-position:0 5px;background-repeat:no-repeat}#diente14-a{background:url(../assets/img/dientes-arriba/dientes-arriba-14.png);width:46px;background-repeat:no-repeat}#diente13-a{background:url(../assets/img/dientes-arriba/dientes-arriba-13.png);width:42px;background-position:top;background-repeat:no-repeat}#diente12-a{background:url(../assets/img/dientes-arriba/dientes-arriba-12.png);width:38px;background-position:0px 6px;background-repeat:no-repeat}#diente11-a{background:url(../assets/img/dientes-arriba/dientes-arriba-11.png);width:54px;background-position:bottom;background-repeat:no-repeat}#ps18-a,#ps18-b,#ps18-c{color:#333;font-size:9px}#visualization18a,#visualization17a{width:40px;height:160px;position:absolute;margin:0 0 0 8px}#visualization16a{width:55px;height:160px;position:absolute;margin:0 0 0 3px}#visualization15a,#visualization14a{width:28px;height:160px;position:absolute;margin:0 0 0 8px}#visualization13a{width:28px;height:160px;position:absolute;margin:0 0 0 5px}#visualization12a{width:27px;height:160px;position:absolute;margin:0 0 0 7px}#visualization11a{width:33px;height:160px;position:absolute;margin:0 0 0 13px}#n18,#n17,#n16,#n15,#n14,#n13,#n12,#n11,#n21,#n22,#n23,#n24,#n25,#n26,#n27,#n28{width:35px}#diente21-a,#diente22-a,#diente23-a,#diente24-a,#diente25-a,#diente26-a,#diente27-a,#diente28-a{height:155px;background-repeat:no-repeat}#diente21-a{background:url(../assets/img/dientes-arriba/dientes-arriba-21.png);width:53px;background-position:bottom;background-repeat:no-repeat}#diente22-a{background:url(../assets/img/dientes-arriba/dientes-arriba-22.png);width:38px;background-position:0px 6px;background-repeat:no-repeat}#diente23-a{background:url(../assets/img/dientes-arriba/dientes-arriba-23.png);width:43px;background-position:top;background-repeat:no-repeat}#diente24-a{background:url(../assets/img/dientes-arriba/dientes-arriba-24.png);width:43px;background-repeat:no-repeat}#diente25-a{background:url(../assets/img/dientes-arriba/dientes-arriba-25.png);width:42px;background-position:0 5px;background-repeat:no-repeat}#diente26-a{background:url(../assets/img/dientes-arriba/dientes-arriba-26.png);width:64px;background-position:0 4px;background-repeat:no-repeat}#diente27-a{background:url(../assets/img/dientes-arriba/dientes-arriba-27.png);width:57px;background-size:57px 141px;background-position:0px 0px;background-repeat:no-repeat}#diente28-a{background:url(../assets/img/dientes-arriba/dientes-arriba-28.png);width:54px;background-size:54px 141px;background-position:0 -2px;background-repeat:no-repeat}#visualization21a{width:33px;height:160px;position:absolute;margin:0 0 0 7px}#visualization22a{width:27px;height:160px;position:absolute;margin:0 0 0 5px}#visualization23a{width:28px;height:160px;position:absolute;margin:0 0 0 11px}#visualization24a,#visualization25a{width:28px;height:160px;position:absolute;margin:0 0 0 8px}#visualization26a{width:55px;height:160px;position:absolute;margin:0 0 0 3px}#visualization27a,#visualization28a{width:40px;height:160px;position:absolute;margin:0 0 0 8px}#s18b-a,#s18b-b,#s18b-c,#s17b-a,#s17b-b,#s17b-c,#s16b-a,#s16b-b,#s16b-c,#s15b-a,#s15b-b,#s15b-c,#s14b-a,#s14b-b,#s14b-c,#s13b-a,#s13b-b,#s13b-c,#s12b-a,#s12b-b,#s12b-c,#s11b-a,#s11b-b,#s11b-c,#p18b-a,#p18b-b,#p18b-c,#p17b-a,#p17b-b,#p17b-c,#p16b-a,#p16b-b,#p16b-c,#p15b-a,#p15b-b,#p15b-c,#p14b-a,#p14b-b,#p14b-c,#p13b-a,#p13b-b,#p13b-c,#p12b-a,#p12b-b,#p12b-c,#p11b-a,#p11b-b,#p11b-c{background:none repeat scroll 0 0 #fff;border:1px solid #C3C9C8;display:inline;float:left;height:18px;margin:1px;width:25%}#s18b-a:hover,#s18b-b:hover,#s18b-c:hover,#s17b-a:hover,#s17b-b:hover,#s17b-c:hover,#s16b-a:hover,#s16b-b:hover,#s16b-c:hover,#s15b-a:hover,#s15b-b:hover,#s15b-c:hover,#s14b-a:hover,#s14b-b:hover,#s14b-c:hover,#s13b-a:hover,#s13b-b:hover,#s13b-c:hover,#s12b-a:hover,#s12b-b:hover,#s12b-c:hover,#s11b-a:hover,#s11b-b:hover,#s11b-c:hover,#p18b-a:hover,#p18b-b:hover,#p18b-c:hover,#p17b-a:hover,#p17b-b:hover,#p17b-c:hover,#p16b-a:hover,#p16b-b:hover,#p16b-c:hover,#p15b-a:hover,#p15b-b:hover,#p15b-c:hover,#p14b-a:hover,#p14b-b:hover,#p14b-c:hover,#p13b-a:hover,#p13b-b:hover,#p13b-c:hover,#p12b-a:hover,#p12b-b:hover,#p12b-c:hover,#p11b-a:hover,#p11b-b:hover,#p11b-c:hover{background:#e6e6e6}#ps18b-a,#ps18b-b,#ps18b-c,#ps17b-a,#ps17b-b,#ps17b-c,#ps16b-a,#ps16b-b,#ps16b-c,#ps15b-a,#ps15b-b,#ps15b-c,#ps14b-a,#ps14b-b,#ps14b-c,#ps13b-a,#ps13b-b,#ps13b-c,#ps12b-a,#ps12b-b,#ps12b-c,#ps11b-a,#ps11b-b,#ps11b-c{color:#333}#diente18b-a,#diente17b-a,#diente16b-a,#diente15b-a,#diente14b-a,#diente13b-a,#diente12b-a,#diente11b-a{height:155px;background-repeat:no-repeat}#diente18b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-18b.png);width:66px;background-size:54px 141px;background-position:0 23px;background-repeat:no-repeat}#diente17b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-17b.png);width:57px;background-size:57px 141px;background-position:0 24px;background-repeat:no-repeat}#diente16b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-16b.png);width:62px;background-position:0 22px;background-repeat:no-repeat}#diente15b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-15b.png);width:42px;background-position:0 17px;background-repeat:no-repeat}#diente14b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-14b.png);width:46px;background-position:0 17px;background-repeat:no-repeat}#diente13b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-13b.png);width:42px;background-position:0 16px;background-repeat:no-repeat}#diente12b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-12b.png);width:45px;background-position:0 18px;background-repeat:no-repeat}#diente11b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-11b.png);width:54px;background-position:0 12px;background-repeat:no-repeat}#visualization18b{width:66px;height:160px;position:absolute;margin:0 0 0 4px}#visualization17b{width:40px;height:160px;position:absolute;margin:0 0 0 7px}#visualization16b{width:48px;height:160px;position:absolute;margin:0 0 0 5px}#visualization15b{width:28px;height:160px;position:absolute;margin:0 0 0 6px}#visualization14b,#visualization13b{width:28px;height:160px;position:absolute;margin:0 0 0 9px}#visualization12b{width:26px;height:160px;position:absolute;margin:0 0 0 9px}#visualization11b{width:33px;height:160px;position:absolute;margin:0 0 0 4px}.f-a,.f-b{width:45%;height:100%;background:#fff;border:1px solid #C3C9C8;background-repeat:no-repeat;float:left;display:inline}.f-a{border-right:1px solid #000000}.f-a:hover,.f-b:hover{background:#e6e6e6}#s21b-a,#s21b-b,#s21b-c,#s22b-a,#s22b-b,#s22b-c,#s23b-a,#s23b-b,#s23b-c,#s24b-a,#s24b-b,#s24b-c,#s25b-a,#s25b-b,#s25b-c,#s26b-a,#s26b-b,#s26b-c,#s27b-a,#s27b-b,#s27b-c,#s28b-a,#s28b-b,#s28b-c,#p21b-a,#p21b-b,#p21b-c,#p22b-a,#p22b-b,#p22b-c,#p23b-a,#p23b-b,#p23b-c,#p24b-a,#p24b-b,#p24b-c,#p25b-a,#p25b-b,#p25b-c,#p26b-a,#p26b-b,#p26b-c,#p27b-a,#p27b-b,#p27b-c,#p28b-a,#p28b-b,#p28b-c{background:none repeat scroll 0 0 #fff;border:1px solid #C3C9C8;display:inline;float:left;height:18px;margin:1px;width:23%}#s21b-a:hover,#s21b-b:hover,#s21b-c:hover,#s22b-a:hover,#s22b-b:hover,#s22b-c:hover,#s23b-a:hover,#s23b-b:hover,#s23b-c:hover,#s24b-a:hover,#s24b-b:hover,#s24b-c:hover,#s25b-a:hover,#s25b-b:hover,#s25b-c:hover,#s26b-a:hover,#s26b-b:hover,#s26b-c:hover,#s27b-a:hover,#s27b-b:hover,#s27b-c:hover,#s28b-a:hover,#s28b-b:hover,#s28b-c:hover,#p21b-a:hover,#p21b-b:hover,#p21b-c:hover,#p22b-a:hover,#p22b-b:hover,#p22b-c:hover,#p23b-a:hover,#p23b-b:hover,#p23b-c:hover,#p24b-a:hover,#p24b-b:hover,#p24b-c:hover,#p25b-a:hover,#p25b-b:hover,#p25b-c:hover,#p26b-a:hover,#p26b-b:hover,#p26b-c:hover,#p27b-a:hover,#p27b-b:hover,#p27b-c:hover,#p28b-a:hover,#p28b-b:hover,#p28b-c:hover{background:#e6e6e6}#ps21b-a,#ps21b-b,#ps21b-c,#ps22b-a,#ps22b-b,#ps22b-c,#ps23b-a,#ps23b-b,#ps23b-c,#ps24b-a,#ps24b-b,#ps24b-c,#ps25b-a,#ps25b-b,#ps25b-c,#ps26b-a,#ps26b-b,#ps26b-c,#ps27b-a,#ps27b-b,#ps27b-c,#ps28b-a,#ps28b-b,#ps28b-c{color:#333}#diente21b-a,#diente22b-a,#diente23b-a,#diente24b-a,#diente25b-a,#diente26b-a,#diente27b-a,#diente28b-a{height:155px;background-repeat:no-repeat}#diente21b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-21b.png);width:53px;background-position:0 11px;background-repeat:no-repeat}#diente22b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-22b.png);width:44px;background-position:0px 17px;background-repeat:no-repeat}#diente23b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-23b.png);width:43px;background-position:0 15px;background-repeat:no-repeat}#diente24b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-24b.png);width:43px;background-position:0 16px;background-repeat:no-repeat}#diente25b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-25b.png);width:42px;background-position:0 16px;background-repeat:no-repeat}#diente26b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-26b.png);width:64px;background-position:0 21px;background-repeat:no-repeat}#diente27b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-27b.png);width:57px;background-size:57px 141px;background-position:0px 24px;background-repeat:no-repeat}#diente28b-a{background:url(../assets/img/dientes-arriba/dientes-arriba-28b.png);width:54px;background-size:54px 141px;background-position:0 23px;background-repeat:no-repeat}#furca18-a,#furca18-b,#furca17-a,#furca17-b,#furca16-a,#furca16-b,#furca14-a,#furca14-b,#furca24-a,#furca24-b,#furca26-a,#furca26-b,#furca27-a,#furca27-b,#furca28-a,#furca28-b{width:27px;height:18px;position:absolute}#furca18-a,#furca17-a,#furca16-a,#furca14-a,#furca24-a,#furca26-a,#furca27-a,#furca28-a{margin-top:70px}#furca18-b,#furca17-b,#furca16-b,#furca14-b,#furca24-b,#furca26-b,#furca27-b,#furca28-b{margin-top:80px;margin-left:28px}#visualization21b{width:40px;height:160px;position:absolute;margin:0 0 0 8px}#visualization22b{width:40px;height:160px;position:absolute;margin:0 0 0 4px}#visualization23b{width:40px;height:160px;position:absolute;margin:0 0 0 1px}#visualization24b{width:40px;height:160px;position:absolute;margin:0 0 0 3px}#visualization25b{width:40px;height:160px;position:absolute;margin:0 0 0 4px}#visualization26b{width:48px;height:160px;position:absolute;margin:0 0 0 11px}#visualization27b{width:40px;height:160px;position:absolute;margin:0 0 0 11px}#visualization28b{width:40px;height:160px;position:absolute;margin:0 0 0 8px}#furca48,#furca47,#furca46,#furca38,#furca37,#furca36,#furca26,#furca27,#furca28,#furca48b,#furca47b,#furca46b,#furca38b,#furca37b,#furca36b{position:absolute;width:18px;height:18px;margin:70px 20px}#s48-a,#s48-b,#s48-c,#s47-a,#s47-b,#s47-c,#s46-a,#s46-b,#s46-c,#s45-a,#s45-b,#s45-c,#s44-a,#s44-b,#s44-c,#s43-a,#s43-b,#s43-c,#s42-a,#s42-b,#s42-c,#s41-a,#s41-b,#s41-c,#p48-a,#p48-b,#p48-c,#p47-a,#p47-b,#p47-c,#p46-a,#p46-b,#p46-c,#p45-a,#p45-b,#p45-c,#p44-a,#p44-b,#p44-c,#p43-a,#p43-b,#p43-c,#p42-a,#p42-b,#p42-c,#p41-a,#p41-b,#p41-c,#ea48-a,#ea48-b,#ea48-c,#ea47-a,#ea47-b,#ea47-c,#ea46-a,#ea46-b,#ea46-c,#ea45-a,#ea45-b,#ea45-c,#ea44-a,#ea44-b,#ea44-c,#ea43-a,#ea43-b,#ea43-c,#ea42-a,#ea42-b,#ea42-c,#ea41-a,#ea41-b,#ea41-c{background:none repeat scroll 0 0 #fff;border:1px solid #C3C9C8;display:inline;float:left;height:18px;margin:1px;width:23%}#s48-a:hover,#s48-b:hover,#s48-c:hover,#s47-a:hover,#s47-b:hover,#s47-c:hover,#s46-a:hover,#s46-b:hover,#s46-c:hover,#s45-a:hover,#s45-b:hover,#s45-c:hover,#s44-a:hover,#s44-b:hover,#s44-c:hover,#s43-a:hover,#s43-b:hover,#s43-c:hover,#s42-a:hover,#s42-b:hover,#s42-c:hover,#s41-a:hover,#s41-b:hover,#s41-c:hover,#p48-a:hover,#p48-b:hover,#p48-c:hover,#p47-a:hover,#p47-b:hover,#p47-c:hover,#p46-a:hover,#p46-b:hover,#p46-c:hover,#p45-a:hover,#p45-b:hover,#p45-c:hover,#p44-a:hover,#p44-b:hover,#p44-c:hover,#p43-a:hover,#p43-b:hover,#p43-c:hover,#p42-a:hover,#p42-b:hover,#p42-c:hover,#p41-a:hover,#p41-b:hover,#p41-c:hover,#ea48-a:hover,#ea48-b:hover,#ea48-c:hover,#ea47-a:hover,#ea47-b:hover,#ea47-c:hover,#ea46-a:hover,#ea46-b:hover,#ea46-c:hover,#ea45-a:hover,#ea45-b:hover,#ea45-c:hover,#ea44-a:hover,#ea44-b:hover,#ea44-c:hover,#ea43-a:hover,#ea43-b:hover,#ea43-c:hover,#ea42-a:hover,#ea42-b:hover,#ea42-c:hover,#ea41-a:hover,#ea41-b:hover,#ea41-c:hover{background:#e6e6e6}#diente48-a,#diente47-a,#diente46-a,#diente45-a,#diente44-a,#diente43-a,#diente42-a,#diente41-a{height:155px;background-repeat:no-repeat}#diente48-a{background:url(../assets/img/dientes-abajo/dientes-abajo-48.png);width:66px;background-position:0 -4px;background-repeat:no-repeat}#diente47-a{background:url(../assets/img/dientes-abajo/dientes-abajo-47.png);width:61px;background-position:0 4px;background-repeat:no-repeat}#diente46-a{background:url(../assets/img/dientes-abajo/dientes-abajo-46.png);width:66px;background-position:0 -1px;background-repeat:no-repeat}#diente45-a{background:url(../assets/img/dientes-abajo/dientes-abajo-45.png);width:44px;background-position:0 1px;background-repeat:no-repeat}#diente44-a{background:url(../assets/img/dientes-abajo/dientes-abajo-44.png);width:42px;background-position:0px 3px;background-repeat:no-repeat}#diente43-a{background:url(../assets/img/dientes-abajo/dientes-abajo-43.png);width:42px;background-position:0 7px;background-repeat:no-repeat}#diente42-a{background:url(../assets/img/dientes-abajo/dientes-abajo-42.png);width:35px;background-position:0px 3px;background-repeat:no-repeat}#diente41-a{background:url(../assets/img/dientes-abajo/dientes-abajo-41.png);width:36px;background-position:0 1px;background-repeat:no-repeat}#visualization48a{width:48px;height:160px;position:absolute;margin:0 0 0 7px}#visualization47a{width:43px;height:160px;position:absolute;margin:0 0 0 8px}#visualization46a{width:44px;height:160px;position:absolute;margin:0 0 0 12px}#visualization45a{width:23px;height:160px;position:absolute;margin:0 0 0 8px}#visualization44a{width:25px;height:160px;position:absolute;margin:0 0 0 8px}#visualization43a{width:23px;height:160px;position:absolute;margin:0 0 0 8px}#visualization42a{width:17px;height:160px;position:absolute;margin:0 0 0 8px}#visualization41a{width:18px;height:160px;position:absolute;margin:0 0 0 8px}#furca31,#furca32,#furca33,#furca26,#furca27,#furca28{position:absolute;width:18px;height:18px;margin:70px 20px}#s31-a,#s31-b,#s31-c,#s32-a,#s32-b,#s32-c,#s33-a,#s33-b,#s33-c,#s34-a,#s34-b,#s34-c,#s35-a,#s35-b,#s35-c,#s36-a,#s36-b,#s36-c,#s37-a,#s37-b,#s37-c,#s38-a,#s38-b,#s38-c,#p31-a,#p31-b,#p31-c,#p32-a,#p32-b,#p32-c,#p33-a,#p33-b,#p33-c,#p34-a,#p34-b,#p34-c,#p35-a,#p35-b,#p35-c,#p36-a,#p36-b,#p36-c,#p37-a,#p37-b,#p37-c,#p38-a,#p38-b,#p38-c,#ea31-a,#ea31-b,#ea31-c,#ea32-a,#ea32-b,#ea32-c,#ea33-a,#ea33-b,#ea33-c,#ea34-a,#ea34-b,#ea34-c,#ea35-a,#ea35-b,#ea35-c,#ea36-a,#ea36-b,#ea36-c,#ea37-a,#ea37-b,#ea37-c,#ea38-a,#ea38-b,#ea38-c{background:none repeat scroll 0 0 #fff;border:1px solid #C3C9C8;display:inline;float:left;height:18px;margin:1px;width:23%}#s31-a:hover,#s31-b:hover,#s31-c:hover,#s32-a:hover,#s32-b:hover,#s32-c:hover,#s33-a:hover,#s33-b:hover,#s33-c:hover,#s34-a:hover,#s34-b:hover,#s34-c:hover,#s35-a:hover,#s35-b:hover,#s35-c:hover,#s36-a:hover,#s36-b:hover,#s36-c:hover,#s37-a:hover,#s37-b:hover,#s37-c:hover,#s38-a:hover,#s38-b:hover,#s38-c:hover,#p31-a:hover,#p31-b:hover,#p31-c:hover,#p32-a:hover,#p32-b:hover,#p32-c:hover,#p33-a:hover,#p33-b:hover,#p33-c:hover,#p34-a:hover,#p34-b:hover,#p34-c:hover,#p35-a:hover,#p35-b:hover,#p35-c:hover,#p36-a:hover,#p36-b:hover,#p36-c:hover,#p37-a:hover,#p37-b:hover,#p37-c:hover,#p38-a:hover,#p38-b:hover,#p38-c:hover,#ea31-a:hover,#ea31-b:hover,#ea31-c:hover,#ea32-a:hover,#ea32-b:hover,#ea32-c:hover,#ea33-a:hover,#ea33-b:hover,#ea33-c:hover,#ea34-a:hover,#ea34-b:hover,#ea34-c:hover,#ea35-a:hover,#ea35-b:hover,#ea35-c:hover,#ea36-a:hover,#ea36-b:hover,#ea36-c:hover,#ea37-a:hover,#ea37-b:hover,#ea37-c:hover,#ea38-a:hover,#ea38-b:hover,#ea38-c:hover{background:#e6e6e6}#diente31-a{background:url(../assets/img/dientes-abajo/dientes-abajo-31.png);width:37px;background-position:0 1px;background-repeat:no-repeat}#diente32-a{background:url(../assets/img/dientes-abajo/dientes-abajo-32.png);width:37px;background-position:0 3px;background-repeat:no-repeat}#diente33-a{background:url(../assets/img/dientes-abajo/dientes-abajo-33.png);width:41px;background-position:0 7px;background-repeat:no-repeat}#diente34-a{background:url(../assets/img/dientes-abajo/dientes-abajo-34.png);width:42px;background-position:0 5px;background-repeat:no-repeat}#diente35-a{background:url(../assets/img/dientes-abajo/dientes-abajo-35.png);width:44px;background-position:0 1px;background-repeat:no-repeat}#diente36-a{background:url(../assets/img/dientes-abajo/dientes-abajo-36.png);width:66px;background-position:top;background-repeat:no-repeat}#diente37-a{background:url(../assets/img/dientes-abajo/dientes-abajo-37.png);width:62px;background-position:0px -4px;background-repeat:no-repeat}#diente38-a{background:url(../assets/img/dientes-abajo/dientes-abajo-38.png);width:66px;background-position:0 -3px;background-repeat:no-repeat}#ps31-a,#ps31-b,#ps31-c,#ps32-a,#ps32-b,#ps32-c,#ps33-a,#ps33-b,#ps33-c,#ps34-a,#ps34-b,#ps34-c,#ps35-a,#ps35-b,#ps35-c,#ps36-a,#ps36-b,#ps36-c,#ps37-a,#ps37-b,#ps37-c,#ps38-a,#ps38-b,#ps38-c{color:#333}#visualization31a{width:23px;height:160px;position:absolute;margin:0 0 0 8px}#visualization32a{width:22px;height:160px;position:absolute;margin:0 0 0 9px}#visualization33a{width:25px;height:160px;position:absolute;margin:0 0 0 8px}#visualization34a{width:22px;height:160px;position:absolute;margin:0 0 0 11px}#visualization34a{width:25px;height:160px;position:absolute;margin:0 0 0 10px}#visualization35a{width:50px;height:160px;position:absolute;margin:0 0 0 8px}#visualization36a{width:47px;height:160px;position:absolute;margin:0 0 0 8px}#visualization37a,#visualization38a{width:47px;height:160px;position:absolute;margin:0 0 0 10px}#s48b-a,#s48b-b,#s48b-c,#s47b-a,#s47b-b,#s47b-c,#s46b-a,#s46b-b,#s46b-c,#s45b-a,#s45b-b,#s45b-c,#s44b-a,#s44b-b,#s44b-c,#s43b-a,#s43b-b,#s43b-c,#s42b-a,#s42b-b,#s42b-c,#s41b-a,#s41b-b,#s41b-c,#p48b-a,#p48b-b,#p48b-c,#p47b-a,#p47b-b,#p47b-c,#p46b-a,#p46b-b,#p46b-c,#p45b-a,#p45b-b,#p45b-c,#p44b-a,#p44b-b,#p44b-c,#p43b-a,#p43b-b,#p43b-c,#p42b-a,#p42b-b,#p42b-c,#p41b-a,#p41b-b,#p41b-c,#ea48b-a,#ea48b-b,#ea48b-c,#ea47b-a,#ea47b-b,#ea47b-c,#ea46b-a,#ea46b-b,#ea46b-c,#ea45b-a,#ea45b-b,#ea45b-c,#ea44b-a,#ea44b-b,#ea44b-c,#ea43b-a,#ea43b-b,#ea43b-c,#ea42b-a,#ea42b-b,#ea42b-c,#ea41b-a,#ea41b-b,#ea41b-c{background:none repeat scroll 0 0 #fff;border:1px solid #C3C9C8;display:inline;float:left;height:18px;margin:1px;width:23%}#s48b-a:hover,#s48b-b:hover,#s48b-c:hover,#s47b-a:hover,#s47b-b:hover,#s47b-c:hover,#s46b-a:hover,#s46b-b:hover,#s46b-c:hover,#s45b-a:hover,#s45b-b:hover,#s45b-c:hover,#s44b-a:hover,#s44b-b:hover,#s44b-c:hover,#s43b-a:hover,#s43b-b:hover,#s43b-c:hover,#s42b-a:hover,#s42b-b:hover,#s42b-c:hover,#s41b-a:hover,#s41b-b:hover,#s41b-c:hover,#p48b-a:hover,#p48b-b:hover,#p48b-c:hover,#p47b-a:hover,#p47b-b:hover,#p47b-c:hover,#p46b-a:hover,#p46b-b:hover,#p46b-c:hover,#p45b-a:hover,#p45b-b:hover,#p45b-c:hover,#p44b-a:hover,#p44b-b:hover,#p44b-c:hover,#p43b-a:hover,#p43b-b:hover,#p43b-c:hover,#p42b-a:hover,#p42b-b:hover,#p42b-c:hover,#p41b-a:hover,#p41b-b:hover,#p41b-c:hover,#ea48b-a:hover,#ea48b-b:hover,#ea48b-c:hover,#ea47b-a:hover,#ea47b-b:hover,#ea47b-c:hover,#ea46b-a:hover,#ea46b-b:hover,#ea46b-c:hover,#ea45b-a:hover,#ea45b-b:hover,#ea45b-c:hover,#ea44b-a:hover,#ea44b-b:hover,#ea44b-c:hover,#ea43b-a:hover,#ea43b-b:hover,#ea43b-c:hover,#ea42b-a:hover,#ea42b-b:hover,#ea42b-c:hover,#ea41b-a:hover,#ea41b-b:hover,#ea41b-c:hover{background:#e6e6e6}#diente48b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-48b.png);width:61px;background-position:0 24px;background-repeat:no-repeat}#diente47b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-47b.png);width:62px;background-position:0 22px;background-repeat:no-repeat}#diente46b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-46b.png);width:68px;background-position:0 23px;background-repeat:no-repeat}#diente45b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-45b.png);width:45px;background-position:0 20px;background-repeat:no-repeat}#diente44b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-44b.png);width:42px;background-position:0 13px;background-repeat:no-repeat}#diente43b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-43b.png);width:40px;background-position:0 12px;background-repeat:no-repeat}#diente42b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-42b.png);width:39px;background-position:0 15px;background-repeat:no-repeat}#diente41b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-41b.png);width:37px;background-position:0 19px;background-repeat:no-repeat}#visualization48b{width:48px;height:160px;position:absolute;margin:0 0 0 5px}#visualization47b{width:43px;height:160px;position:absolute;margin:0 0 0 10px}#visualization46b{width:44px;height:160px;position:absolute;margin:0 0 0 13px}#visualization45b{width:23px;height:160px;position:absolute;margin:0 0 0 13px}#visualization44b{width:25px;height:160px;position:absolute;margin:0 0 0 10px}#visualization43b{width:23px;height:160px;position:absolute;margin:0 0 0 10px}#visualization42b{width:17px;height:160px;position:absolute;margin:0 0 0 11px}#visualization41b{width:18x;height:160px;position:absolute;margin:0 0 0 8px}#s31b-a,#s31b-b,#s31b-c,#s32b-a,#s32b-b,#s32b-c,#s33b-a,#s33b-b,#s33b-c,#s34b-a,#s34b-b,#s34b-c,#s35b-a,#s35b-b,#s35b-c,#s36b-a,#s36b-b,#s36b-c,#s37b-a,#s37b-b,#s37b-c,#s38b-a,#s38b-b,#s38b-c,#p31b-a,#p31b-b,#p31b-c,#p32b-a,#p32b-b,#p32b-c,#p33b-a,#p33b-b,#p33b-c,#p34b-a,#p34b-b,#p34b-c,#p35b-a,#p35b-b,#p35b-c,#p36b-a,#p36b-b,#p36b-c,#p37b-a,#p37b-b,#p37b-c,#p38b-a,#p38b-b,#p38b-c,#ea31b-a,#ea31b-b,#ea31b-c,#ea32b-a,#ea32b-b,#ea32b-c,#ea33b-a,#ea33b-b,#ea33b-c,#ea34b-a,#ea34b-b,#ea34b-c,#ea35b-a,#ea35b-b,#ea35b-c,#ea36b-a,#ea36b-b,#ea36b-c,#ea37b-a,#ea37b-b,#ea37b-c,#ea38b-a,#ea38b-b,#ea38b-c{background:none repeat scroll 0 0 #fff;border:1px solid #C3C9C8;display:inline;float:left;height:18px;margin:1px;width:23%}#s31b-a:hover,#s31b-b:hover,#s31b-c:hover,#s32b-a:hover,#s32b-b:hover,#s32b-c:hover,#s33b-a:hover,#s33b-b:hover,#s33b-c:hover,#s34b-a:hover,#s34b-b:hover,#s34b-c:hover,#s35b-a:hover,#s35b-b:hover,#s35b-c:hover,#s36b-a:hover,#s36b-b:hover,#s36b-c:hover,#s37b-a:hover,#s37b-b:hover,#s37b-c:hover,#s38b-a:hover,#s38b-b:hover,#s38b-c:hover,#p31b-a:hover,#p31b-b:hover,#p31b-c:hover,#p32b-a:hover,#p32b-b:hover,#p32b-c:hover,#p33b-a:hover,#p33b-b:hover,#p33b-c:hover,#p34b-a:hover,#p34b-b:hover,#p34b-c:hover,#p35b-a:hover,#p35b-b:hover,#p35b-c:hover,#p36b-a:hover,#p36b-b:hover,#p36b-c:hover,#p37b-a:hover,#p37b-b:hover,#p37b-c:hover,#p38b-a:hover,#p38b-b:hover,#p38b-c:hover,#ea31b-a:hover,#ea31b-b:hover,#ea31b-c:hover,#ea32b-a:hover,#ea32b-b:hover,#ea32b-c:hover,#ea33b-a:hover,#ea33b-b:hover,#ea33b-c:hover,#ea34b-a:hover,#ea34b-b:hover,#ea34b-c:hover,#ea35b-a:hover,#ea35b-b:hover,#ea35b-c:hover,#ea36b-a:hover,#ea36b-b:hover,#ea36b-c:hover,#ea37b-a:hover,#ea37b-b:hover,#ea37b-c:hover,#ea38b-a:hover,#ea38b-b:hover,#ea38b-c:hover{background:#e6e6e6}#diente31b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-31b.png);width:38px;background-position:0 19px;background-repeat:no-repeat}#diente32b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-32b.png);width:38px;background-position:0 15px;background-repeat:no-repeat}#diente33b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-33b.png);width:40px;background-position:0 12px;background-repeat:no-repeat}#diente34b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-34b.png);width:43px;background-position:0 13px;background-repeat:no-repeat}#diente35b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-35b.png);width:45px;background-position:0 20px;background-repeat:no-repeat}#diente36b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-36b.png);width:68px;background-position:0 23px;background-repeat:no-repeat}#diente37b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-37b.png);width:63px;background-position:0 21px;background-repeat:no-repeat}#diente38b-a{background:url(../assets/img/dientes-abajo/dientes-abajo-38b.png);width:63px;background-position:0 24px;background-repeat:no-repeat}#pi18,#pi17,#pi16,#pi15,#pi14,#pi13,#pi12,#pi11,#pi28,#pi27,#pi26,#pi25,#pi24,#pi23,#pi22,#pi21{width:35px}#lineas-gr,#lineas-gr-inf{width:477px;height:160px;position:absolute}#lineas-gr{background:url(../assets/img/misc/fondo-grafico.png)}#lineas-gr-inf{background:url(../assets/img/misc/fondo-grafico-inf.png);margin:0}img{visibility:visible}iframe{background-color:transparent}.normal-gums{color:#000}.abnormal-gums{color:red}.diente8{width:66px}@font-face{font-family:Montserrat;src:url(/assets/fonts/Montserrat-VariableFont_wght.ttf);font-weight:400;font-style:normal}.contenido input{width:150px;border:1px solid #e6e6e6}.separador{background-color:#4e3089;font-family:Montserrat,sans-serif;font-size:15px;align-items:center;align-content:center;text-align:center;width:90vw;height:20px;color:#fff}.separador td{text-align:center}.contenido{font-size:12px;color:#565a5d;width:100%;margin:20px 0}.contenido td{padding:5px 1px;vertical-align:middle}.rbc-header{background-color:#4e3089!important;color:#fff;font-weight:700;border-color:#4e3089!important;font-weight:700!important;height:25px;margin:0;padding:0}.rbc-button-link{height:25px;border-color:#4e3089!important}.rbc-row{min-height:25px!important;border-color:#4e3089!important}.rbc-allday-cell .rbc-event{display:none}.rbc-label{vertical-align:middle!important;color:#a9a9a9}.rbc-row-content{height:20px}.rbc-timeslot-group{min-height:18px!important;justify-content:center;display:flex}.rbc-current-time-indicator{background-color:#4e3089!important;height:2px!important}span [role=columnheader]{height:25px!important;padding-top:1005px!important}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;inset:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media(max-width:767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{inset:0;position:absolute;margin-right:10px}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}
