.transformScale{
	transition: -webkit-transform 1s,-moz-transform 1s,-o-transform 1s,transform 1s,-webkit-transform-style 1s,transform-style 1s;
}
.transformScale:hover{
	-webkit-transform: scale(1.4,1.4);
	-moz-transform: scale(1.4,1.4);
	-o-transform: scale(1.4,1.4);
	transform: scale(1.4,1.4);
	-webkit-transform-style: scale(1.4,1.4);
	transform-style: scale(1.4,1.4);
	z-index: 99;
}

body{
overflow-x:hidden;
overflow-y:auto;
}

.tooltip{
z-index: 99999999999999999999999999999999999999999999999999 !important;

}

.lista{
width: 50%;
}

.lista > select{
width:200px;
}


#searchmodfbox_jqgrid{
width: auto!important;
padding: 0px!important;

}

.ui-jqdialog-titlebar{
background-color: #404040 !important;
color: white;
}

#searchcntfbox_jqgrid{
padding: 5px;
}

#searchhdfbox_jqgrid{
background-color: #404040 !important;
color: white;
}

.busqueda{
height: 35px!important;
margin-bottom:7px;
padding:5px 16px!important;
}

.sortable li{
background:  none repeat scroll 0 0 #f6f6f6;
border: 1px solid #ccc;
color: #000000;
height: 27px;
list-style: outside none none;
margin: 5px;
padding: 5px;
line-height: 1.4em;
}
.sortable{
padding: 20px 20px !important;
}

.sortable2 li{
background:  none repeat scroll 0 0 #f6f6f6;
border: 1px solid #ccc;
color: #000000;
height: 27px;
list-style: outside none none;
margin: 5px;
padding: 5px;
line-height: 1.4em;
}
.sortable2{
padding: 20px 20px !important;
}

