body {
	background: #e4e5e6; 
	
	/* #E8E8E8; */
	
	_background: -moz-linear-gradient(left, #c8d9e9 0%, #cfe7fa 100%);
	_background: -webkit-linear-gradient(left, #6393c1 0%,#cfe7fa 100%);
	_background: linear-gradient(to right, #edf2f8 0%,#dbe6f0 100%);
	_filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6393c1', endColorstr='#cfe7fa',GradientType=1 );  
}


 #mySidenav { 
	 position:relative; 
	 margin:0px auto; 
	 padding:0px; 
	 width: 230px; 
	 height: 100%; 
	 overflow: hidden; 
 }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    _background-color: #111;
    background-color: #2f353a; /*#F8F8F8;*/
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff; /*#818181;*/
    display: block;
    _transition: 0.3s;
}

.sidenav a:hover {
    _color: #333;
    background-color: #40a8d8;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    cursor: pointer;
    color: #ffffff;
    _margin-left: 50px;
    _background-color: blue;
}

.sidenav .header {
    position: absolute;
    height: 43px;
    top: 0;
    width: 220px;
    left: 0px;
    font-size: 30px;
    margin-left: 0px;
    padding-left: 5px;
    color: #ffffff;
    background-color: #394046; /* #5e6873; #d9d9d9;*/ 
}



/*
*@media screen and (max-height: 450px) {
*  .sidenav {padding-top: 15px;}
*  .sidenav a {font-size: 18px;}
}*/




body {
    overflow: hidden;
}
#content {
    max-height: calc(100% - 120px);
    min-height: calc(100% - 120px);
    overflow-y: auto;
    padding: 0px 2% !important;
    margin-top: 90px !important;
}


html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
header {
    width: 100%;
    height: 45px;
    background: #ffffff; /*#F8F8F8;*/
    position: fixed;
    top: 0;
}
footer {
    width: 100%;
    height: 20px;
    background: #F8F8F8;
    position: fixed;
    bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.identify {
	padding-top: 10px;
	padding-right: 5px;
	
	_margin-top: 10px
	_top: 10px;
	_padding: 10;
	
	font-size: 15px;
	cursor: default;
}

.top-menu {
	top: 0;
	font-size: 30px;
	cursor: pointer;
}




            div.gfg { 
                margin:5px; 
                padding:5px; 
                _background-color: green; 
                width: 500px; 
                height: 710px; 
                overflow: auto; 
                _text-align:justify; 
            }

         .auto {
            display:block;
            border: 1px solid red;
            padding:5px;
            margin-top:5px;
            width:200px;
            height:550px;
            overflow:auto;
         }


/* scroolbar */

.scrollbar
{
	_margin-left: 30px;
	float: left;
	height: 630px;
	width: 220px;
	_background: #F5F5F5;
	overflow-y: auto;
	_margin-bottom: 25px;
}

.force-overflow
{
	min-height: 850px;
}

#wrapper2
{
	_text-align: center;
	_width: 500px;
	margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}



/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}