.jb-header_cls {
clear: both;
padding: 0px;
border: 1px solid #F0F4F9;

height:100px;  
margin-left: 0px
margin-right: 0px ;
background:#F3F8FE;
margin-bottom:3px;


  /*-------*/
}
/*---------------------------------*/     
 .two-box_container_cls{  
 display: flex;
 flex-direction: row; 
 justify-content: flex-start;
 flex:1; 
 
 max-width:1090px;
} 
/*---------------------*/
.two-box_cls {  

border: 1px solid #F0F4F9;
} 
/*---------------------*/
#jb-sidebar-left_id{ 
flex:0 0 auto;
order: 0;
margin-left:0px;
margin-right:3px;

min-height: 540px;
width:150px;
background-color: #E8EDF0;
} 
/*---------------------*/
 #jb-content2_id { 
flex:1 1; 
flex-wrap: nowrap 
order: 1;
overflow:auto; /*scroll      .overflow-x:auto;overflow-y:auto;*/

min-height: 460px;
max-height: 860px;
padding-left:3px;
}
/*---------------------------------*/     
.jb-footer_cls {
clear: both;
padding: 0px;
margin-top:3px;
margin-bottom:6px;
height:40px;
background:#F3F8FE;
text-align: center;
} 
/*---------------------*/
div{
 overflow:hidden; 
 height:auto;
 /*border:1px solid lightgray;*/
 clear:both;  
} 
/*---------------------*/
    

      