
/*************************/
/*  Begin Legacy Menus   */
/* Alternate Menu Styles */
/*************************/
/*
span.login-banner-messsage {
font-size: 1.3em;
color: #FFF;
font-weight: bold;
position: relative;
top: -5px;
}

div.menu {
margin-left: auto;
margin-right: auto;
}

div.menu_center {
display: table;
margin: 0 auto;
}
*/
/*************************/
/*   End Legacy Menus    */
/*************************/


/* show full td on hover */
td.textarea{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

table td.textarea:hover {
  overflow: visible;
  white-space: normal;
  height: auto;
}



.pagination_control {
  overflow-x:auto;
  overflow-y:hidden;
  width:750px;
  margin:auto;
}


.pagination_control::-webkit-scrollbar {
    width: 12px;
}
                    
.pagination_control::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
    border-radius: 10px;
}
                    
.pagination_control::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
}


.hide {
  display: none;
}


