#header{
border:thin solid #000; height:200px; width:100%; float:left;}
.sidenav {
    background-color: rgba(233, 121, 31, 0.2);
    height: auto !important;
    margin-bottom: 50px !important;
    padding: 20px 15px 30px !important;
}
    /* Set height of the grid so .sidenav can be 100% (adjust if needed) */
    .row.content {height: 78vh}
    
    /* Set gray background color and 100% height */
    .sidenav {
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height: auto;} 
    }
.dash-head
{
	background-color: #eee;
    padding: 10px 0;
    text-align: center;
}
#btn-login
{
	float: right;
    width: 100%;
}
.outer-div
{
	border:1px solid #dedede;
	margin:10px 0px;
}
.head-img
{
	width:100%;
	
}
.border
{
	width:100%;
}
.lbl
{
	margin-top:5px;
	float:left !important;
}
.lblsr
{
	float:right !important;
}
.m-heading
{
	color:#E3520F;
	font-family:times new roman;
	font-size:30px;
	
}
.head-line
{
	text-align:right;
}
.margin-set
{
	margin:10px 0px;
}
.img-div
{
	text-align:center;
}
.margin-field
{
	margin:4px 0px;
}
.img-div>img
{
	width:100%;
}
.tbls
{
	margin-top:10px !important;
}
.head-tr
{
	border-top-style:dotted;
	border-bottom-style:dotted; 
	border-color:#E2550D;
	color:#E2550D;
	height:40px;
}
.bottom-tr
{
	border-top-style:dotted;
	border-bottom-style:dotted; 
	border-color:#E2550D;
	color:#000;
	height:40px;
}
.bottom-tr>th
{
	text-align:center;
}
.head-tr>th
{
	text-align:center;
}

.tdata>td
{
	border:none !important;
	text-align:center;
}
.tdata>th
{
	border:none !important;
	text-align:center;
}