.rights-cfo-table {
    overflow-y:auto;
    float:left;
}

.rights-cfo-index table.rights-cfo thead, .rights-cfo-index table.rights-cfo thead tr th {
    position:relative;
    z-index:10;
}
 .rights-cfo-index table.rights-cfo {
    width:auto;
    margin-right:32px;
}

.rights-cfo-index table.rights-cfo div.cfoRotate {
    -moz-transform: rotate(270deg) translate(110px, -90px);
    -webkit-transform: rotate(270deg) translate(110px, -90px);
    -o-transform: rotate(270deg) translate(110px, -90px);
    -ms-transform: rotate(270deg) translate(110px, -90px);
    transform: rotate(270deg) translate(110px, -90px);
    
    position:absolute;
    width:200px;
    font-size:13px;
    line-height: 15px;
    
}

.rights-cfo-index table.rights-cfo .cfoRotateTh {
    width:50px;
    height:123px;
    width:32px;
}


.rights-cfo-index .filterRow {
    margin-top:20px;
    margin-bottom:20px;
}


.rights-cfo-index table.rights-cfo tbody tr:hover td {
    background:#66e666; 
}
.rights-cfo-index table.rights-cfo tbody td.iconsData {
    padding: 0;
}
.rights-cfo-index table.rights-cfo tbody td.iconsData > .wrapi {
    cursor:pointer;
    position:relative;
    padding: 10px;
}
.rights-cfo-index td.iconsData .changeActions {
    position: absolute;
    left: 100%;
    top: -108%;
    border: 1px solid #398439;
    width: 33px;
    height: 113px;
    border-radius: 5px;
    background: #449d44;
    z-index: 10;
}
.rights-cfo-index td.iconsData .changeActions a {
    display:block;
    width:100%;
    height:38px;
    float:left;
    margin:0;
    text-align:center;
    line-height:38px;
    box-sizing: border-box;
    color:#fff;
    border-bottom:1px solid #fff;
}
.rights-cfo-index td.iconsData .changeActions a:last-child {
    border-bottom:none;
}
.rights-cfo-index td.iconsData .changeActions a.current {
    color:#333;
}
.rights-cfo-index td.iconsData .changeActions a:hover {
    color:#333;
}
	#blockaccesscash {
		height:auto;
		width:350px;
		background-color:white;
		padding:10px;
		font:normal 12px Arial;
		border: 1px solid  #BDBDBD;
		text-align:left;
		z-index:2;
		display: block;
    float: left;
    margin-left: 20px;

	}
#blockaccesscash .actionbutton {
	position:relative;
}
#blockaccesscash .actionbutton >span {
    position: absolute;
    left: 0;
    top: -12px;
    font-size: 14px;
}
#blockaccesscash .actionbutton .changeActions{
    position: absolute;
    left: 100%;
    top: -46px;
    border: 1px solid #398439;
    width: 25px;
    height: 90px;
    border-radius: 5px;
    background: #449d44;
    z-index: 10;
}
#blockaccesscash .actionbutton .changeActions a {
    display: block;
    width: 100%;
    height: 29px;
    float: left;
    margin: 0;
    text-align: center;
    line-height: 29px;
    box-sizing: border-box;
    color: #fff;
    border-bottom: 1px solid #fff;
}
#blockaccesscash .actionbutton  .changeActions a:hover {
    color: #333;
}
#blockaccesscash .actionbutton   .changeActions a.current {
    color: #333;
}
#blockaccesscash ul.ns_hierarchy .actionbutton {
	margin-left: 5px;
}
#blockaccesscash ul.ns_hierarchy .namemenu {
    padding: 2px 3px;
}
#blockaccesscash ul.ns_hierarchy li{
	padding-top:3px;
}
#blockaccesscash li.nsh_closed>span, #blockaccesscash li.nsh_opened>span{
	margin-top: 4px;
}