﻿            .footer {
              width:  100%;
              position: fixed;
              bottom: 0;
              background: rgba(0,0,0,0.6)
            }
            .footer-content {
              width: 200px;
              margin:  0 auto;
              /*background: rgba(0,0,0,0.6);*/
              padding: 10px;
              text-align: center;
            }
            .centro {
                /*width:100px;
                height:100px;
                position:absolute;
                top:45%;*/
                margin-top:18%;
                /*left:40%;
                margin-top:-50px;
	            margin-left:-50px;*/
                }
            #menuContent > div > a {
                display: none;
            }

            .newmenu > ul {
    
                margin: 0px 0px 0px 1px;
            }

            .newmenu > ul > li {
    
                padding: 0px 0px 0px 20px;
            }

          

            .selected {
               background: #222 !important;
                cursor: pointer;
            }
            .highlighted {
               background-color: transparent;
            }

            .newmenu a:active {
                background: #222 !important;
                cursor: pointer;
                padding: 9px 10px;
            }

             .newmenu > ul > li > a {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.listview {
    table-layout: fixed;
}

.listview th{
    overflow: hidden;
}

.listview td{
    overflow: hidden;
}

#header-fixed {
    position: fixed;
    top: 35.3px; display:none;
    width: 1237px; 
    margin-top: 0px; 
    border-width: 0px; 
    border-collapse: collapse;
}

.headerfixed {
    position: fixed;
    top: 0px;
}

.listview input {
    cursor:pointer;
}

#header-fixed input {
    cursor:pointer;
}

.tableHeadBg {
    height: 36px!important;
}