.PS_single_Divcard {
	width: 100%;
	height:auto;
	margin-top: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	background-color: rgb(0, 67, 106);
	margin-bottom: 15px;
}

.PS_single_Divheader {
	background-color: rgb(0, 67, 106);
	border-radius: 10px;
	width: 100%;
	height: 40px; 
}
.PS_single_DivTitle{
	/* background-color: red; */

	 position: absolute;
	 	 color: white;
	 	 top:15px;
	 	 margin-left: 10px;;
}
.PS_single_Divcontainer {
	height:auto;
	width: 100%;
}

.PS_single_DivChartContainer {
	/* margin: 0 auto; */
	width: 92%;
	height: 370px;
	background-color: white;
	margin-left: 4%;
		 text-align:center;
	
}
.PS_AjaxLoadingimg {
    display: block;
    margin: 100px auto;
}

.doc-loader1 
{
   
    width: 100%;
    height: 100%;
    z-index: 1000;	
}

.PS_single_Divinner-div {
	/* display: table;
	margin: 0 auto; */
	width: 100%;
	height: 390px;
	background-color: white;
	 box-shadow: 5px 5px 5px rgb(0,67,106);

}

.PS_single_Divchevron-Right {
	position: absolute;
	right: -190px;
	margin: 200px;
	opacity: 1;
}

.PS_single_Divchevron-left {
	position: absolute;
	opacity: 1;
	left:  -185px;
	margin: 200px;
	background-color:"#7FFFD4";
}

.PS_single_Divbtn-group {
	position: absolute;
	right: 270px;
	width: 272px;
}

.PS_single_DivCloseGroup {
	position: absolute;
	right: 20px;
	margin: 10px;
	width: 20px;
	height: 20px;
	opacity: 1;
}

.PS_single_DivSettingsRefresh {
	position: absolute;
	right: 70px;
	margin: 5px;
	opacity: 1;
}

.PS_single_DivPreviev:hover {
	color: black;
	
}


.PS_single_DivPreviev {
	color: white;
	
}

.glyphicon-remove {
	color: white;
}

.glyphicon-remove:hover {
	color: red;
}
.nav-tabs >li > a:hover,
	
 .nav>li>a:focus{	
	background-color:lemonchiffon;
	color: black;
}

/* effects for side buttons */
.glyphicon-circle-arrow-right:hover,

.glyphicon-circle-arrow-right:focus

{
 color: #CC6666;
 
}


.glyphicon-circle-arrow-left:hover{
 color: #CC6666;
}