/* Add here all your CSS customizations */


/* Userbox */
.userbox {
	display: inline-block;
	margin: 3px 17px 0 0;
	position: relative;
	vertical-align: middle;
}

.userbox > a {
	display: inline-block;
	text-decoration: none;
}

.userbox a:hover {
	text-decoration: none;
}

.userbox .profile-info,
.userbox .profile-picture {
	display: inline-block;
	vertical-align: middle;
}

.userbox .profile-picture img {
	width: 35px;
	color: transparent;
}

.userbox .profile-info {
	margin: 0 25px 0 10px;
}

.userbox .name,
.userbox .role {
	display: block;
}

.userbox .name {
	color: #000011;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2em;
}

.userbox .role {
	color: #ACACAC;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2em;
}

.userbox .custom-caret {
	color: #000011;
	font-size: 16px;
	font-weight: bold;
}

.userbox .custom-caret:before {
	content: "\f107";
}

/* Userbox - Open */
.userbox.open > a {
	position: relative;
	z-index: 993;
}

.userbox.open > a .custom-caret:before {
	content: "\f106";
}

.userbox.open .dropdown-menu {
	border: none;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	left: -11px;
	padding: 45px 10px 0;
	top: -10px;
	width: 100%;
	z-index: 992;
}

.userbox.open .dropdown-menu li {
	margin-bottom: 5px;
}

.userbox.open .dropdown-menu a {
	border-radius: 2px;
	color: #7d7d7d;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 15px;
	line-height: 1.5rem;
	padding: 5px 10px;
}

.userbox.open .dropdown-menu a:hover {
	background: #cccccc;
	color: white;
}

.userbox.open .dropdown-menu i {
	font-size: 17px;
	font-size: 1.7rem;
	margin-right: 3px;
	vertical-align: middle;
}

/* Userbox - Mobile */
@media only screen and (max-width: 767px) {
	.userbox {
		float: left;
		margin: 16px 0 0 12px;
		position: relative;
	}

	.userbox:after {
		background: #E9E9E6;
		content: '';
		height: 63px;
		margin: 0;
		position: absolute;
		right: -21px;
		top: -18px;
		width: 1px;
	}

	.userbox .profile-picture {
		display: none;
	}

	.userbox.open .dropdown-menu {
		left: -5px;
		padding: 43px 0 0 0;
	}
}

/*paginacion*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size:12px;
    line-height: 1.5;
}
 
.pagination-ys table  tbody  tr  td {
    display: inline;
}
 
.pagination-ys table  tbody  tr  td  a,
.pagination-ys table  tbody  tr  td  span {
    position: relative;
    float: left;
    padding: 5px 10px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0088cc;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-ys table  tbody  tr  td  span {
    position: relative;
    float: left;
    padding: 5px 10px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #ffffff;
    background-color: #0088cc;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-ys table  tbody  tr  td:first-child  a,
.pagination-ys table  tbody  tr  td:first-child  span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
 
.pagination-ys table  tbody  tr  td:last-child  a,
.pagination-ys table  tbody  tr  td:last-child  span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
 
.pagination-ys table  tbody  tr  td  a:hover,
.pagination-ys table  tbody  tr  td  span:hover,
.pagination-ys table  tbody  tr  td  a:focus,
.pagination-ys table  tbody  tr  td  span:focus {
    color: #0088cc;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/* BOTON MENÚ cuando está en modo MOVIL */

