.Notification, .Directory, .Calendar {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 30px;
    margin-left: -170px;
    width: 350px;
    z-index: 9999;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.Notification:before, .Directory:before , .Calendar:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent white;
    margin-top: -20px;
    margin-left: 250px;
}
.Directory{
    margin-left: -220px;
}
.Calendar{
    margin-left: -220px;
}
.Notification .head, .Directory .head, .Calendar .head {
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    background-color: #ffffff;
    color: black;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}
.Notification .head .all{
    position: relative;
    float: right;
}

.Notification .head .all a{
    color: #1B6EAE !important;
}
.Directory .search{
    color: black;
    margin: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9eaed;
}
.Directory .search input{
    border: 0;
    outline: none;
    margin-left: 10px;
    width: 260px;
}
.Notification .content, .Directory .content, .Calendar .content{
    font-size: 12px;
    min-height: 60px;
    max-height: 300px;
    overflow: hidden;
    padding-bottom: 1px;
}
.Notification .content:hover, .Directory .content:hover, .Calendar .content:hover{
    overflow-y: auto;
}
.Notification .content::-webkit-scrollbar, .Directory .content::-webkit-scrollbar, .Calendar .content::-webkit-scrollbar {
    width: 8px;
}
.Notification .content::-webkit-scrollbar *, .Directory .content::-webkit-scrollbar *{
    background-color: transparent;
}
.Notification .content::-webkit-scrollbar-thumb, .Directory .content::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,0.6) !important;
    border-radius: 7px;
}
.Notification .content .loading{
    padding-top: 5px;
    height: 30px;
    color: black;
    text-align: center;
    border-bottom: 1px solid #F1F1F1;
}
.notification{
    height: 60px;
    border-bottom: 1px solid #F1F1F1;
    cursor: pointer;
    color: black !important;
}
.notification:hover{
    background-color: #F1F1F1;
}
.notification table{
    background-color: transparent;
    width: 100%;
}
.notification.read{
    background-color: #E0EAF1 !important;
}
.notification.read:hover{
    background-color: #BDCEDA !important;
}
.notification img{
    position: relative;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
}
.notification .text div{
    position: relative;
    width: 230px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    min-height: 2em;
    max-height: 2.1em;
    line-height: 1em;
}
.notification .date{
    font-size: 10px !important;
    color: #565656 !important;
}
.Notification .text, .Notification .date{
    padding-left: 10px;
}
.notification .delete{
    position: relative;
    left: 320px;
    top: -50px;
    width: 20px;
    display: none;
}
.notification:hover .delete, .notification:hover .unread{
    display: block;
}
.notification .delete i{
    color: #797979 !important;
}
.notification .delete i:hover{
    color: #9a1616 !important
}
.notification .unread{
    position: relative;
    left: 300px;
    top: -65px;
    width: 20px;
    display: none;
}
.notification .unread i{
    color: #797979 !important;
}
.notification .unread i:hover{
    color: #FE9A2E !important
}
.Notification .more, .Directory .more, .Calendar .more {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
    cursor: pointer;
}
.Notification .more a, .Directory .more a, .Calendar .more a{
    color: #1B6EAE !important;
}
.Notification_Btn, .Phone_Btn, .Calendar_Btn{
    color: #00381B !important;
}
.Notification_Btn .count {
    padding: 1px 6px 1px 6px;
    position: absolute;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 9px;
    margin-top: -11px;
    font-size: 9px;
    display: none;
}
.Calendar_Btn .countevents {
    padding: 1px 6px 1px 6px;
    position: absolute;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 9px;
    margin-top: -11px;
    font-size: 9px;
    display: none;
}
.extension{
    height: 60px;
    border-bottom: 1px solid #F1F1F1;
    cursor: context-menu;
    color: black !important;
}
.extension table{
    background-color: transparent;
    width: 100%;
}
.extension .number{
    color: #1B6EAE !important;
    text-align: center;
    font-size: 18px;
    width: 15%;
}
.extension .area{
    position: relative;
    width: 230px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    min-height: 2em;
    max-height: 2.1em;
    line-height: 1em;
    color: green;
}
.extension .area .main{
    color: #CC0000;
    font-weight: 900;
}
.extension .people{
    font-size: 10px !important;
    color: #565656 !important;
}
.Notification .area, .Notification .people{
    padding-left: 10px;
}
.pages-menu li a span{
    left: 10px;
    color: #00381B;
    position: absolute;
}
.navigation-bar .dropdown-toggle:after{
    content: '';
}
.poweredbyUTCH{
    position: absolute;
    top: 60px;
    right: 75px;
    text-align: right;
}
.poweredbyUTCH img{
    width: 150px;
}
.poweredbyUTCH span{
    font-weight: 900;
    color: #565656;
    font-size: 0.7em;
}
.listaeventostipo::-webkit-scrollbar {
    width: 4px;
}
.listaeventostipo{
    overflow-y: auto;
}

.Calendar .head .all{
    position: relative;
    float: right;
    color: #16499a;
    cursor: pointer;
}
.BarraCalendario{
    position:fixed;
    right: 0px;
    padding-left: 8px;
    z-index: 10000;
    width: 60px;
    transition: width .8s;
}
.CabeceraCalendario
{
    height: 48px;
    background-color: #0F7246;
    padding-left: 9px;
    right: 0px;
}
.CabeceraCalendario .Titulo
{
    padding-left: 10px;
}
.CabeceraCalendario .Titulo a{
    color:#EAEAEA;
}
.CuerpoCalendario{
    z-index: 101;
    box-shadow: 1px 1px 3px #999;
    display: none;
}
.campos_rd{
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.campos_rd .element{
    float: left;
    margin: 2px;
    font-size: 1.5rem;
    padding: 10px 15px;
    border-radius: 3px;
    background: #EAEAEA;
    text-align: center;
    cursor: pointer;
}
.campos_rd .element:hover{
    background: #676767;
    color: white;
}
.campos_rd .element div{
    font-size: 1.2rem;
}
.campos_rd .element.IBA .icon-main:before {
    content: "\e13c";
}
.campos_rd .element.IAC .icon-main:before {
    content: "\e149";
}
.campos_rd .element.PER .icon-main:before {
    content: "\e03b";
}
.campos_rd .element.EST .icon-main:before {
    content: "\e05a";
}
.campos_rd .element.IEX .icon-main:before {
    content: "\e02e";
}
.campos_rd .element.IAS .icon-main:before {
    content: "\e021";
}
.pointer{
    cursor: pointer;
}
.gen-M td:first-child{border-left: 5px solid #027db3;}
.gen-F td:first-child{border-left: 5px solid #ff5961;}
.bg-M{background: #027db3;width: 50px;}
.bg-F{background: #ff5961;width: 50px;}

.margin-r15{
    margin-right: 15px;
}

.margin-12{
    margin: 12px !important;
}

#tablacarreras tbody tr:nth-child(odd) {
    background: #E8E0E0;
}

.header-calif{
    border-right:1px solid #000;
    position:relative;
}


.header-calif:after{
    content: "";
    width: 1px;
    background: #000;
    height: 35px;
    position: absolute;
    top: 34px;
    right: -1px;
}

.calendar-position{
    position: absolute;
    top: 10px;
    right: 10px;
}

.pointer{
    cursor:pointer;
}

.containerGorro {
    position: relative;
}

.toprightNavidad {
    position: absolute;
    top: -9px;
    right: 20px;
    font-size: 18px;
    width: 55%;
}

.topleftNavidad {
    position: absolute;
    top: -22px;
    left: 5px;
    font-size: 18px;
    width: 65%;
}

.bottomleftNavidad {
    position: absolute;
    bottom: -13px;
    left: 5px;
    font-size: 18px;
    width: 65%;
}

.bottomrightNavidad {
    position: absolute;
    bottom: -13px;
    right: 16px;
    font-size: 18px;
    width: 55%;
}

.topcenterNavidad {
    position: absolute;
    top: 0px;
    left: 30px;
    font-size: 18px;
    width: 70%;
}

.bottomcenterNavidad {
    position: absolute;
    bottom: -60px;
    left: 15px;
    font-size: 18px;
    width: 90%;
}

.imagenGorro {
    width: 70%;
    height: auto;
}

.toprightNavidadMiCuenta {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    width: 60%;
}

.topleftNavidadMiCuenta {
    position: absolute;
    top: -40px;
    left: -30px;
    font-size: 18px;
    width: 80%;
}

.bottomleftNavidadMiCuenta {
    position: absolute;
    bottom: -16px;
    left: -25px;
    font-size: 18px;
    width: 75%;
}

.bottomrightNavidadMiCuenta {
    position: absolute;
    bottom: -13px;
    right: -10px;
    font-size: 18px;
    width: 65%;
}

.topcenterNavidadMiCuenta {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
    width: 100%;
}

.bottomcenterNavidadMiCuenta {
    position: absolute;
    bottom: -60px;
    left: 15px;
    font-size: 18px;
    width: 90%;
}
.conversacion ul.conversacion__mensajes {
    border: 1px solid var(--ck-color-base-border);
    background: rgba(0,0,0,0.01);
    border-radius: 10px;
    padding: 1em;
    margin: 1em;
    list-style-position: inside;
}
.conversacion ul.conversacion__mensajes li {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.conversacion ul.conversacion__mensajes li:last-child {
    border: 0;
}
.conversacion ul.conversacion__mensajes li.new-message {
    animation: highlight 600ms ease-out;
}
.conversacion ul.conversacion__mensajes li + li {
    margin-top: 1em;
}
.conversacion .conversacion__mensajes li .photo {
    border-radius: 100%;
    height: 40px;
    margin-right: 1.5em;
}
.conversacion .conversacion__mensajes li .time {
    color: hsl(0, 0%, 72%);
    font-size: .9em;
}
.conversacion__mensajes__post__message {
    flex-grow: 1;
}
.conversacion .conversacion__mensajes .conversacion__mensajes__post__message > strong::after,
.conversacion__mensajes__post__mailto-user::after {
    content: "•";
    padding-left: 5px;
    padding-right: 5px;
    color: hsl(0, 0%, 72%);
}
@keyframes highlight {
    0% {
        background-color: yellow;
    }
    100% {
        background-color: white;
    }
}
.image-style-align-right{
    float: right;
}
.image-style-align-left{
    float: left;
}
.p-1{
    padding: 5px !important;
}
.p-2{
    padding: 10px !important;
}
.p-3{
    padding: 15px !important;
}
.p-4{
    padding: 20px !important;
}
.p-5{
    padding: 25px !important;
}
.bg-darkGray{
    background-color: #303039 !important;
}
.fg-darkGray{
    color: #303039 !important;
}
.middle{
    vertical-align: middle !important;
}
.text-big{
    font-size: 2rem !important;
}
.bg-lightGray{
    background-color: #A7A7A7 !important;
}
.fg-lightGray{
    color: #A7A7A7 !important;
}

@keyframes swing {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(7deg); }
  25% { transform: rotate(15deg); }
  35% { transform: rotate(7deg); }
  50% { transform: rotate(0deg); }
  60% { transform: rotate(-7deg); }
  75% { transform: rotate(-15deg); }
  85% { transform: rotate(-7deg); }
  100% { transform: rotate(0deg); }
}

.bell-icon {
  animation: swing 1s infinite;
}
.Notification_ar{
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 30px;
    margin-left: -170px;
    width: 350px;
    z-index: 9999;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.Notification_ar:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent white;
    margin-top: -20px;
    margin-left: 250px;
}
.Notification_ar .head {
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    background-color: #ffffff;
    color: black;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}
.Notification_ar .head .all{
    position: relative;
    float: right;
}

.Notification_ar .head .all a{
    color: #1B6EAE !important;
}

.Notification_ar .content{
    font-size: 12px;
    min-height: 60px;
    max-height: 300px;
    overflow: hidden;
    padding-bottom: 1px;
}
.Notification_ar .content:hover{
    overflow-y: auto;
}
.Notification_ar .content::-webkit-scrollbar{
    width: 8px;
}
.Notification_ar .content::-webkit-scrollbar *{
    background-color: transparent;
}
.Notification_ar .content::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,0.6) !important;
    border-radius: 7px;
}
.Notification_ar .content .loading{
    padding-top: 5px;
    height: 30px;
    color: black;
    text-align: center;
    border-bottom: 1px solid #F1F1F1;
}
.notification_ar{
    height: 60px;
    border-bottom: 1px solid #F1F1F1;
    cursor: pointer;
    color: black !important;
}
.notification_ar:hover{
    background-color: #F1F1F1;
}
.notification_ar table{
    background-color: transparent;
    width: 100%;
}
.notification_ar.read{
    background-color: #E0EAF1 !important;
}
.notification_ar.read:hover{
    background-color: #BDCEDA !important;
}
.notification_ar img{
    position: relative;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
}
.notification_ar .text div{
    position: relative;
    width: 230px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    min-height: 2em;
    max-height: 2.1em;
    line-height: 1em;
}
.notification .date{
    font-size: 10px !important;
    color: #565656 !important;
}
.Notification_ar .text, .Notification_ar .date{
    padding-left: 10px;
}
.notification_ar .delete{
    position: relative;
    left: 320px;
    top: -50px;
    width: 20px;
    display: none;
}
.notification_ar:hover .delete, .notification_ar:hover .unread{
    display: block;
}
.notification_ar .delete i{
    color: #797979 !important;
}
.notification_ar .delete i:hover{
    color: #9a1616 !important
}
.notification_ar .unread{
    position: relative;
    left: 300px;
    top: -65px;
    width: 20px;
    display: none;
}
.notification_ar .unread i{
    color: #797979 !important;
}
.notification_ar .unread i:hover{
    color: #FE9A2E !important
}
.Notification_ar .more{
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
    cursor: pointer;
}
.Notification_ar .more a{
    color: #1B6EAE !important;
}
.NotificationArchivologia_Btn{
    color: #00381B !important;
}
.NotificationArchivologia_Btn .count {
    padding: 1px 6px 1px 6px;
    position: absolute;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 9px;
    margin-top: -11px;
    font-size: 9px;
    display: none;
}
.swal2-top-zindex {
    z-index: 999999 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.swal2-input-label{
    padding: 10px;
    text-align: center;
}
.swal2-container {
    z-index: 999999 !important;
    position: fixed !important;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
}
.swal2-popup {
    border-radius: 0 !important;
}
/* Cambiar el texto de TODOS los botones a blanco */
.swal2-styled {
    color: white !important;
}

/* Opcional: estilos distintos para confirmar y cancelar */
.swal2-confirm {
    background-color: #3085d6 !important; /* azul */
    height:40px;
    color: white !important;
}

.swal2-cancel {
    background-color: #d33 !important; /* rojo */
    height:40px;
    color: white !important;
}
.hint,
.hint:before {
    background: #303039 !important;   /* color de fondo */
    color: white !important;           /* color del texto */
    border-color: #303039 !important;  /* color del borde */
}
.hint:after {
    content: "";
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 6px 6px 0 6px !important;
    border-color: #303039 transparent transparent transparent !important;
    bottom: -6px !important;
    left: 10px !important;
}