﻿
#DivDataMain {margin-right:15px;}
#DivEquerdaFixo { width: 15%; min-width:200px; height:100%; overflow: hidden; background-color:white ; position: fixed; z-index: 1000; text-align: left; overflow-y:scroll;padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */box-sizing: content-box; /* So the width will be 100% + 17px */}
#DivLogo { width: 80%; margin-left:15%;height: 5%; overflow: hidden; background-color: white; position: fixed; z-index: 1000; text-align: center;}
/*Barra de scroll*/
/* width */::-webkit-scrollbar {width: 5px;}
/* Track */::-webkit-scrollbar-track {background: white;}
/* Handle */::-webkit-scrollbar-thumb {background: #f6f6f6;}
/* Handle on hover */::-webkit-scrollbar-thumb:hover {background: white;}
