a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.mdl-layout__header .mdl-layout__drawer-button {
    background: #fff;
    border-radius: 50%;
    line-height: 47px;
    width: 40px;
    height: 40px;
}

.profile-data {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.profile-data .imgavatar {
    padding: 0 10px 0 0;
}

.profile-data .imgavatar .openhr-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 2px;
    overflow: hidden;
}

.profile-data .openhr-avatar-dropdown>span {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.mdl-menu__container .mdl-menu,
.contenedorRegistroEmpleado.impar .celdaacciones div .contenedor_acciones div ul {
    background-color: #1b2312 !important;
    border-radius: 4px;
}
.cajanotificaciones ul.mdl-menu{position: relative;}
.cajanotificaciones ul.mdl-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #1b2312;
    position: absolute;
    top: -10px;
    z-index: 9;
    right: 0;
}

.contenedorRegistroEmpleado.impar .celdaacciones div .contenedor_acciones div ul,
.contenedorRegistroEmpleado.par .celdaacciones div .contenedor_acciones div ul,
.contenedorRegistroEmpleado.impar .celdaacciones div .contenedor_acciones div ul li,
.contenedorRegistroEmpleado.par .celdaacciones div .contenedor_acciones div ul li,
.contenedorRegistroEmpleado.impar .celdaacciones div .contenedor_acciones div ul li a,
.contenedorRegistroEmpleado.par .celdaacciones div .contenedor_acciones div ul li a {
    background-color: #222 !important;
    text-align: left;
    font-weight: normal;
}

.contenedorRegistroEmpleado.impar .celdaacciones div .contenedor_acciones div ul li a:hover,
.contenedorRegistroEmpleado.par .celdaacciones div .contenedor_acciones div ul li a:hover {
    background-color: #222 !important;
    color: #f4b108 !important;
    text-decoration: none;
}

.contenedorRegistroEmpleado ul.mdl-menu li.mdl-menu__item a {
    line-height: 28px;
}

.mdl-menu__container .mdl-menu a {
    color: #fff;
    text-decoration: none;
}

.listado_personas {
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 30px;
}

.listado_personas .contenedorRegistroEmpleado {
    flex: 0 0 21%;
    max-width: 21%;
    margin: 0 1% 2%;
    position: relative;
    border: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    border-bottom: 2px solid transparent;
}

.listado_personas .contenedorRegistroEmpleado:hover {
    background: #fff;
    border: 0;
    border-bottom: 2px solid #1b240f;
    margin: 0 1% 2%;
}

.listado_personas .contenedorRegistroEmpleado .mdl-button {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    padding: 18px;
}

.listado_personas .contenedorRegistroEmpleado .celdaacciones {
    width: 45px;
    float: right;
    margin: 0;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 8px;
}

.listadoColDatPer1,
.listadoColDatPer2,
.listadoColDatPer0 {
    width: 100%;
    float: none;
    margin: 20px 0 0 0;
    text-align: center;
}

.listadoColDatPer1 a {
    color: #1b240f;
    text-decoration: none;
}

.listadoColDatPer2 .email a {
    font-weight: 600;
    color: #fe935f;
    
}

.listadoColDatPer2 .email {
    flex: 0 0 100%;
    width: 230px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.idusu .activo {
    color: #999;
    border: 0;
    padding: 0;
}

.listadoColDatPer2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.listadoColDatPer2 .tlf1 {
    display: inline-flex;
}

.listadoColDatPer2 .tlf1 a {
    border: 1px solid #ddd;
    padding: 6px 15px 6px 32px;
    color: #999;
    display: block;
    margin: 25px 0 10px 0;
    border-radius: 4px;
    background: url(../imagenes/phone-call.png) top 50% left 8px no-repeat;
    background-size: 16px;
    text-decoration: none;
}

.listadoColDatPer0 .empalta img {
    border: 0;
}

.mdl-menu__item {
    height: 33px;
    line-height: 33px;
}

.mdl-menu__item:hover,
.openhr-avatar-dropdown .mdl-menu .botonperfil a:hover,
.mdl-menu__item:hover a {
    background-color: transparent !important;
    color: #f4b108;
}

.selector_orden {
    text-align: left;
    height: 10px !important;
    min-height: 10px !important;
}

.mdl-selectfield__box {
    background: #fff;
    border: 1px solid #ddd;
    text-align: left;
    line-height: 18px;
    padding: 0px;
    bottom: 0;
}

.mdl-selectfield__box .mdl-selectfield__box-value {
    padding: 5px;
    margin: 0;
    background: #fff;
    width: 100% !important;
    font-size: 14px;
}

.mdl-selectfield__box>.mdl-selectfield__arrow-down__container {
    z-index: 99;
}

div .mdl-selectfield .mdl-js-selectfield .is-dirty {
	margin: 0 0 -10px 0 !important;
    padding: 0 0 -10px 0 !important;
    height: 10px !important;
    min-height: 10px !important;
}



.selector_orden select {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.mdl-selectfield__list-option-box ul li {
    background: #222;
    color: #fff;
    font-size: 14px;
}

.mdl-selectfield__list-option-box ul li:hover,
.mdl-selectfield__list-option-box ul li.is-selected {
    background: #222;
    color: #f4b108;
}

.openhr-theme .openhr-content {
    padding-bottom: 10px;
}

h4.classh4 {
    border-bottom: 0px;
    padding-left: 0px;
}

.botonera {}

h4.classh4::before {
    content: none;
}

.mdl-switch.is-checked .mdl-switch__track {
    background: #ddd;
}

.mdl-switch.is-checked .mdl-switch__thumb {
    background: #222;
}

.openhr-web .openhr-menuservicios {
    padding-left: 0;
    text-align: center;
    background: white;
    border-bottom: 1px #cccccc solid;
}

.colorMenuServicios {
	display:flex;
	justify-content: space-between;
}

.botonesMenuServicios {
	display: block;
	background-color: white;
	border: none;
	color: #ffab60;
	cursor:pointer;
	height: 100%;
	padding: 0px 15px;
}

.breadcrumb {
    height: 48px;
}

.mdl-menu__container.is-visible .mdl-menu__item{padding: 0 26px; box-sizing: border-box;}
.mdl-menu__container.is-visible .mdl-menu__item span .material-icons{font-size: 16px;}
.mdl-menu__container.is-visible .mdl-menu__item span{
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    background: transparent;
    border-radius: initial;
    color: #fff;
    -webkit-transform:initial;
    transform:initial;
    top: 7px;
    width: initial !important;
    height: initial !important;
    transform: initial !important;
}
.mdl-menu__container .mdl-menu__outline{background: #222;}
.mdl-menu__container.is-visible .mdl-menu__item.newLi .material-icons{font-size: 16px;position: absolute;
   left: 4px;
    top: 5px;
}
.mdl-menu__outline.mdl-menu--bottom-right {display: none;}

@media screen and (max-width: 991px){
	body .cajanotificacionesmobile.openhr-mobile ul li a{color: #fff;}
	.openhr-layout .mdl-layout__header .mdl-layout__drawer-button{line-height: 60px;}
    .mdl-layout__drawer .openhr-web.switch-estado-menu{display: block !important;}
}
@media screen and (max-width: 767px){
    .openhr-layout .mdl-layout__header .mdl-layout__drawer-button{line-height: 60px; margin: 5px;}
    body .cajanotificacionesmobile.openhr-mobile ul li a{color: #fff;}
    .listado_personas .contenedorRegistroEmpleado{ flex: 0 0 100%;max-width: 100%;margin: 0 0% 2%;}
    .cajanotificacionesmobile.openhr-mobile ul li a i{margin: 10px 5px 0 0;}
    .mdl-layout__header, .mdl-layout__header .openhr-web{height: 55px;min-height: 55px;}
    .breadcrumb{display: flex;display: -webkit-flex;display: -ms-flexbox;display: -moz-box;align-items: center;justify-content: center;}
}
@media screen and (max-width: 667px){
    th .boton, .botonera1 .boton, .botoneraenlaces .botonenlace, .botonera .boton, .contenedor_formulario .boton{font-size: 0.6em;padding: 0 10px;}
    th .boton:hover, .botonera1 .boton:hover, .botoneraenlaces .botonenlace:hover, .botonera .boton:hover, .contenedor_formulario .boton:hover{font-size: 0.6em;padding: 0 10px;}
}
@media screen and (max-width: 480px){
    th .boton, .botonera1 .boton, .botoneraenlaces .botonenlace, .botonera .boton, .contenedor_formulario .boton{font-size: 0.6em;padding: 0 12px;height: 30px;line-height: 30px;}
    th .boton:hover, .botonera1 .boton:hover, .botoneraenlaces .botonenlace:hover, .botonera .boton:hover, .contenedor_formulario .boton:hover{font-size: 0.6em;padding: 0 12px;height: 30px;line-height: 30px;}
    .openhr-content.E1 .soloaltas {
    position: absolute;
    right: 0;
    top: 59px;
    padding: 0;
    }
}
@media screen and (max-width: 380px){
    th .boton, .botonera1 .boton, .botoneraenlaces .botonenlace, .botonera .boton, .contenedor_formulario .boton{font-size: 0.5em;padding: 0 9px;height: 30px;line-height: 30px;}
    th .boton:hover, .botonera1 .boton:hover, .botoneraenlaces .botonenlace:hover, .botonera .boton:hover, .contenedor_formulario .boton:hover{font-size: 0.5em;padding: 0 9px;height: 30px;line-height: 30px;}
}