
/* CSS for Table Customization */
table {
border-collapse: collapse;
width:100% !important;
vertical-align:middle;
margin-right: auto;
text-align: left;
margin-bottom: 20px; 
border:none !important;
outline:none !important;
}




td {
padding:15px 10px 0px 25px; 
border:none !important;
outline:none !important;
box-shadow:none !important;
}

.tnew td:first-child{
font-weight:400;
letter-spacing:1px;	
color:#494a4e;	
}

.tnew td:nth-child(even){
font-weight:700;
color:#151560;
font-family: 'Roboto', sans-serif;
font-size:17px;
}

tr:nth-child(even) { background: #eee;}


th, thead{
	
}

tr td{

	
}

tr td:hover{

}

/* 
::-webkit-scrollbar the scrollbar.
::-webkit-scrollbar-button the buttons on the scrollbar (arrows pointing upwards and downwards).
::-webkit-scrollbar-thumb the draggable scrolling handle.
::-webkit-scrollbar-track the track (progress bar) of the scrollbar.
::-webkit-scrollbar-track-piece the track (progress bar) NOT covered by the handle.
::-webkit-scrollbar-corner the bottom corner of the scrollbar, where both horizontal and vertical scrollbars meet.
::-webkit-resizer the draggable resizing handle that appears at the bottom corner of some elements.
*/

.text-nowrap::-webkit-scrollbar {
    height:24px;
}
.text-nowrap::-webkit-scrollbar-track{
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.01);
box-shadow: 0 0 50px 5px rgba(68, 88, 144, 0.12);
-webkit-box-shadow:0 0 50px 5px rgba(68, 88, 144, 0.12);
-moz-box-shadow:0 0 50px 5px rgba(68, 88, 144, 0.12); */	
background:#FBFBFB;	
}
.text-nowrap::-webkit-scrollbar-thumb {
  background-color: #151560;
  outline: none;
  border-top:7px solid #fff;
  border-bottom:7px solid #fff;
   transition: all 450ms ease 0s; 
 -ms-transition: all 450ms ease 0s; 
 -webkit-transition: all 450ms ease 0s; 
 -moz-transition: all 450ms ease 0s; 
 -o-transition: all 450ms ease 0s;	
}

.text-nowrap::-webkit-scrollbar-thumb:hover {
  background: #00133d; 
}


/* FOR IMAGE */


