* {
  box-sizing: border-box;
  margin:0px;padding:0px;
  font-family:'Roboto Condensed', sans-serif;
}
html{background: #e4e7fe;}
body{
	padding:5px 0px;    
	max-width: 1120px;
    margin: 5px auto;
    width: 100%;
    border: 1px solid #ccd1fa;
	background: #fff;
	border-radius: 5px;
	}
	
p{
	padding:10px 0px;
	font-size:14px;
	text-align:justify;	
width:100%;
float:left;	
}
a{text-decoration:none;color: #1e90ff;}
span.text-color-rd{color:#f00;}
a:focus, a:visited, a:hover{text-decoration:none;color: #1e90ff;}
h1,h2,h3,h4,h5,h6{padding:5px 0px;margin:0px 0px;}
span{white-space: pre-line;}
pre{    
	width: 100%;
    float: left;
    background: #1c01ff05;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #cccccc54;
	overflow:auto;
	
	margin:10px 0px;
	}
	
table{width:70%;margin:0 auto;border-collapse:collapse;}
table thead tr th,
table tbody tr td{text-align:left;border:1px solid #ccc;padding:5px;}
table thead tr th{background:#eee;}
table tbody tr td:nth-child(odd){min-width:200px;}
.pt-10{padding-top:10px}
.pb-10{padding-bottom:10px}
.input-search{
	float:right;
	min-width:30%;
	padding:5px;
	margin: 0px 20px;
    border: 2px solid #e1e1e1;
    border-radius: 4px;
	}
.flex-container {
  display: flex;  
  flex-direction: column;
  padding:10px;
  height:calc(100vh - 90px);
  overflow:auto;

}

.flex-item-left {
  background-color: #f1f1f1;
  padding: 10px;
  flex: 50%;
}

.flex-item-right {
  background-color: dodgerblue;
  padding: 10px;
  flex: 50%;
}
.Section-div{padding:15px 0px;position:relative;}
.logo{max-width: 130px;float: left;}

.heading{    
	font-weight: 500;
    text-align: center;
    background: #2e3743;
    color: #fff;
    padding: 5px 10px;
	box-shadow: 0px 3px 5px -1px #ccc;
	width: 100%;
	float: left;
	}
.text-color-blue{color:#0d62b6;}
.text-color-blue-light{color:#4ea8ff;}
.text-color-green{color:#56df0d;}
.text-color-red{color:red;}
.bg-color-blue-yellow{background:#ff00}
/*** Accordian **/
.narrowchart {
	padding:20px; 
	max-width:400px; 
	margin:0 auto;
	}
.accordianheader {
	   
    position: relative;
   float:left;width:100%;
}
.heading_title{
	font-weight:500;
	color: #1e90ff;
    background: #ffffff;
    padding: 5px 10px;
    margin-bottom: 5px; 
	border: 1px solid #1e90ff;
    border-radius: 3px;
	 float:left;
	 width:100%;
	}
.select_doc {    font-size: 18px;
    border: 0px;
    border-radius: 3px;
    padding: 2px 5px;
	}
i{ position:absolute;
  right: 20px;
   top:0px;
    font-size: 30px!important;
    -webkit-transition:all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;}

.ui-state-active i {
    color:#1e90ff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	top:0px;
    font-size: 30px;
}
.accordianbody{padding-bottom:10px;float:left;width:100%;}
footer p{text-align: center;letter-spacing: 1px;font-size: 15px;}
/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
  .input-search{width:100%;margin: 5px 0px;}
  
}