.pointer {
    cursor: pointer;
}
         
.grabbing {
	cursor: -webkit-grabbing; 
	cursor: grabbing;
}

.no-drop {
	cursor: no-drop;
}
 	   
.ir-arriba {
    padding: 15px;
    display: inline-block;
    background: #78787b;
    color: #fff;
    position: fixed;
    font-size: 20px;
    bottom: 5px;
    right: 5px;
    display: none;
    cursor: pointer;
    border-radius: 2.5rem;
    z-index: 2;
}

.ir-arriba i {
    margin: 5px;
}

.ir-arriba:hover, .ir-arriba:focus {
    background-color: black;
}

.img_w_40 {
    width: 40px;
}

.img_max_w_58{
	max-width: 58px;
}

.img_max_w_125{
	max-width: 125px;
}

.height_87 {
	height: 87px !important;
}

.height_36 {
	height: 36px !important;
}

.position_fixed {
    position: fixed !important;
}

.background_color_gainsboro {
    background-color: gainsboro;
}

.background_color_aliceblue {
    background-color: aliceblue;
}

.background_color_lightyellow {
    background-color: lightyellow;
}

.background_color_lightgreen {
    background-color: #cfffca75;
}

.text-green {
	color: #21c97a;
}

.z_index_2{
    z-index: 2 !important;
}

.z_index_5{
    z-index: 5 !important;
}

.btn-orange{
	background-color: darkorange; 
	color: black; 
    border-color: black;
}

.btn-orange:hover {
    background-color: orange;
    color: black;
    border-color: black;
}

.btn-orange:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ff980045;
}


.text_max_100 {
    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.link_ordenar {
	color: white !important;
	text-decoration: none;
}

.visible{
    display: block;
}

.css-tooltip-top {
	position: relative;
}

.css-tooltip-top:hover:after {
	content: attr(data-tooltip);
	background: #000;
	padding: 5px;
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	transform: translate(-50%, -100%);
	margin: 0 auto;
	color: #fff;
	min-width: 100px;
	min-width: 150px;
	top: -15px;
	left: 50%;
	text-align: center;
	font-size :0.825rem;
	z-index: 10;
}

.css-tooltip-top:hover:before {
	top: -15px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 5px;
	margin-left: -5px;
	transform: translate(0, 0px);
}

.css-tooltip-button {
	position: relative;
}

.css-tooltip-button:hover:after {
	content: attr(data-tooltip);
	background: #000;
	padding: 10px;
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	transform: translate(-50%, -25%);
	margin: 0 auto;
	color: #fff;
	width: max-content;
	top: 150%;
	left: 50%;
	text-align: center;
	font-size :0.825rem;
	z-index: 10;
}

.css-tooltip-button:hover:before {
	top: 135%;
	left: 60%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 5px;
	margin-left: -5px;
	transform: translate(-50%, -100%);
}

.sticky_top{
	position: sticky;
    top: 0px;
    /* border: 10px solid #1B75CE; */
    /* display: inline-block; */
    background-color: white;
    padding-bottom: 10px;
    z-index: 1;
}

/**/
.tecla_css_big {
	position: relative;
	display: inline-block;
	width:80px;
	height: 80px;
	padding: 8px 15px;
	margin: 8px 4px;
	border-radius: 10px;
	background: linear-gradient(180deg, #282828, #202020);
	box-shadow: inset 	-8px 0 8px 		rgba(0,0,0,0.15),
				inset 	0 -8px 8px 		rgba(0,0,0,0.25),
						0 0 0 2px 		rgba(0,0,0,0.75),
						10px 20px 35px 	rgba(0,0,0,0.4);
	overflow: hidden;
}

.tecla_css_big::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 4px;
	bottom: 14px;
	right: 12px;
	background: linear-gradient(90deg, #232323, #4a4a4a);
	border-radius: 10px;
	box-shadow: inset -10px -10px 	10px rgba(255,255,255,0.25),
				inset 10px 	5px 	10px rgba(0,0,0,0.15);
	border-left: 1px solid #0004;
	border-bottom: 1px solid #0004;
	border-top: 1px solid #0009;
}

.tecla_css_big i {
	position:relative;
	color: #fff;
	font-style: normal;
	font-size: 1.5em;
	text-transform: uppercase;
}

.tecla_css_big_crear::before {
	background: linear-gradient(90deg, #157347, #146c43);
}

.tecla_css_big_borrar::before {
	background: linear-gradient(90deg, #bb2d3b, #b02a37);
}

.tecla_css_big_info::before {
	background: linear-gradient(90deg, #31d2f2, #25cff2);
}

.tecla_css_big_primary::before {
	background: linear-gradient(90deg, #0d6efd, #0d6efd);
}

.tecla_css_big_light::before {
	background: linear-gradient(90deg, #f8f9fa, #f8f9fa);
}

/**
.tecla_css {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 4px 7px;
	margin: 4px 2px;
	border-radius: 5px;
	background: linear-gradient(180deg, #282828, #202020);
	box-shadow: inset 	-4px 0 4px 		rgba(0,0,0,0.15),
				inset 	0 -4px 4px 		rgba(0,0,0,0.25),
						0 0 0 1px 		rgba(0,0,0,0.75),
						5px 10px 17px 	rgba(0,0,0,0.4);
	overflow: hidden;
}

.tecla_css::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 4px;
	bottom: 10px;
	right: 8px;
	background: linear-gradient(90deg, #232323, #4a4a4a);
	border-radius: 10px;
	box-shadow: inset -10px -10px 	10px rgba(255,255,255,0.25),
				inset 10px 	5px 	10px rgba(0,0,0,0.15);
	border-left: 1px solid #0004;
	border-bottom: 1px solid #0004;
	border-top: 1px solid #0009;
}

.tecla_css i {
	position:relative;
	color: #fff;
	font-style: normal;
	font-size: 2em;
	text-transform: uppercase;
	padding: 6px;
}

/**/
.tecla_css {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 2px 4px;
	margin: 2px 1px;
	border-radius: 5px;
	background: linear-gradient(180deg, #282828, #202020);
	box-shadow: inset 	-2px 0 2px 		rgba(0,0,0,0.15),
				inset 	0 -2px 2px 		rgba(0,0,0,0.25),
						0 0 0 1px 		rgba(0,0,0,0.75),
						3px 5px 8px 	rgba(0,0,0,0.4);
	overflow: hidden;
}

.tecla_css::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 3px;
	bottom: 8px;
	right: 7px;
	background: linear-gradient(90deg, #232323, #4a4a4a);
	border-radius: 10px;
	box-shadow: inset -8px -8px 8px rgba(255,255,255,0.25),
				inset 8px 	4px 8px rgba(0,0,0,0.15);
	border-left: 1px solid #0004;
	border-bottom: 1px solid #0004;
	border-top: 1px solid #0009;
}

.tecla_css i {
	position:relative;
	color: #fff;
	font-style: normal;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 6px;
}
/**/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/**/