HTML {
    PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	BACKGROUND: #D6D8D9;
	MARGIN: 0px;
	font-family: arial,helvetica,sans-serif;
	COLOR: #393d4b;
    overflow:auto;
    height:100%;
}
BODY {
    PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	BACKGROUND: #D6D8D9;
	MARGIN: 0px;
	font-family: arial,helvetica,sans-serif;
	COLOR: #393d4b;
	/*JULY14*/
	HEIGHT: 100%;
	[if IE 7] height: auto;
	<!--[if IE 7]>
		height:auto !important;
	<![endif]-->
}
.bodyClass{
	/*overflow:auto;*/
	background-color: #FFF;}

.container{
	/*width: auto;
	background: #D6D8D9;*/
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	position: relative;
	/*height: auto !important;*/
	height: 100%;
	min-height: 100%;
}
form { margin-bottom: 0px; }
h1{
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight:bold;
	TEXT-INDENT: 0px;
	color: #393d4b;
}
H2 {
        MARGIN: 0px 0px 0px 0px; FONT: normal 12px Arial, Helvetica, sans-serif; COLOR: #393d4b;
}
H3 {
        MARGIN: 0px 0px 0px 0px; FONT: normal 12px Arial, Helvetica, sans-serif; COLOR: #393d4b;
}
p{
	color: #393d4b;
	MARGIN: 2px 0px 2px 0px;
	FONT-SIZE: 12px 
}
td{
	font-size: 12px;
	padding: 0px;
}
A{
	font-family: arial,helvetica,sans-serif;
	font-size: 8px;
	COLOR: #0495C9;
	TEXT-DECORATION: none;
	text-align: left;
	outline: none;
}
A:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #00b3db;
}
A:active {
	text-decoration: none;
	color:#0495c9;
	cursor: pointer;
}
A:focus {
	text-decoration: none;
	color:#0495c9;
	cursor: pointer;
}
ul{
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
}
IMG {
        BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
li{
	list-style-type: square;
	font-family: Arial, Verdana, sans-serif;
	color: #393D4B;
	font-size: 11px;
	margin-left: 15px;
	MARGIN-BOTTOM: 8px;
}
#leftPanel li{
	color: transparent;
	list-style: none;
}
SELECT {
    height: 30px;
    border: 2px solid #B2B4B6;
    margin: 0px;
}
.datatable2 select {
	height: 20px;
}
option {
	color: #393d4b;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
}
#leftPanel td {
    font-size: 11px;
}
#leftPanel SELECT {
    width: 88px;
    margin-right: 10px;
}
INPUT[type=text], INPUT[type="password"]{
	padding-left:5px;
	BORDER: 2PX SOLID #B2B4B6;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
	margin: 0px;
}
td Input[type=text] { /* input field inside table to be smaller*/
padding-top: 0px;
padding-bottom: 0px;
}
#leftPanel INPUT[type=text]{
	padding-left:5px;
	BORDER: 2PX SOLID #B2B4B6;
	width: 139px;
	padding-top:5px;
	padding-bottom:5px;
}
textarea{
	padding-left:5px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	height: 64px;
	BORDER: 2PX SOLID #B2B4B6;
	font-family: arial,helvetica,sans-serif;
	margin: 0px;
	resize: none;
}
INPUT[type="button"], INPUT[type="submit"] {
	height: 28px;
	padding: 0px 10px;
	color: #FFFFFF;
	border: 0px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
	text-indent:0;
	text-align:center;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	background: #0495c9;
	display:inline-block;
	margin: 0px;
}
INPUT[type="button"]:hover, INPUT[type="submit"]:hover{
	background: #00b3db;
	cursor: pointer;
	border: none;
	outline: none;
}
INPUT[type="button"]:active, INPUT[type="submit"]:active{
	background: #0495c9;
	cursor: pointer;
	border: none;
	outline:none;
}
INPUT[type="button"]:focus, INPUT[type="submit"]:focus{
	background: #0495c9;
	cursor: pointer;
	border: none;
	outline:none;
}
#leftPanel INPUT[type=button], #leftPanel INPUT[type=submit]{
    width:65px;
    float: right;
    margin-top:-7px;
}
button{
	height: 30px;
	padding: 0px 10px;
	background: #0495c9;
	color: #FFFFFF;
	border: 0px;
	font-size: 14px;
	/*float: right;*/
}
button:hover{
	background: #00b3db;
	cursor: pointer;
	border: none;
	outline:none;
}
button:active{
	background: #0495c9;
	cursor: pointer;
	border: none;
	outline:none;
}
#leftPanel table td p {
margin-top: 13px;
margin-left: 0px;
}

/*---------------- Header Start ---------------------*/
.header {
	background: none repeat scroll 0 0 #393D4B;
	border-bottom: 2px solid #252A38;
	clear: left;
	font-size: 12px;
	height: 50px;
	left: 0;
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	overflow:hidden;
}
.pageHeader{
	float: left;
	width: 100%;
}
.imgcell {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: left;
	float:left;
	width:310px;
	background-image: url("../images/cccis-logo-white.png");
	height: 50px;
	background-repeat: no-repeat;
}
.ccclogo {
	margin-left: 10px;
	/*background-image: url("../images/cccis-logo-white.png");*/
	width: 160px;
	height: 50px;
}
.subtitle {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	PADDING-BOTTOM: 0px;
	COLOR: #FFFFFF;
	PADDING-TOP: 28px;
	WHITE-SPACE: nowrap;
	TEXT-ALIGN: left;
	float:left;
}
.subtitletext{
	font-weight: normal;
	padding-left: 20px;
}
.topnav{
	float:right;
	text-align: right;
	padding-top: 22px;
	margin-right: 10px;
}
.topnav A {
	MARGIN: 0px 6px 0px 10px;
	FONT-SIZE: 20PX;
	COLOR: #0495c9;
}
.topnav A:hover {
	COLOR: #00b3db;
}
.topnav A:active {
	COLOR: #0495c9;
}
.topnav A:focus {
	COLOR: #0495c9;
}
.mainNav{
	float:right;
	text-align: right;
	padding-top: 28px;
	margin-right: 10px;
}
.mainNav A{
	WHITE-SPACE: nowrap;
	MARGIN: 0px 6px 0px 10px;
	FONT: bold 11px arial;
	COLOR: #FFFFFF;
}
.pipe {
        FONT-WEIGHT: bold; FONT-SIZE: 11px; MARGIN: 0px -4px 0px 0px; COLOR: #393D4B;
}
	.popUpMask {
			display: none;
			left: 0;
			opacity: 0.45;
			filter:alpha(opacity=45);
			position: absolute;
			top: 0;
			width: 99.9%;
			background:#000000;
			z-index:4000;
			-moz-opacity: 0.5;
			-khtml-opacity: 0.5;
			height: 100%;
		}
	.modalPopupClass{
			position: fixed;
			width: 600px;
			height: 400px;
			background: #D6D8D9;
			padding: 0px;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			margin: auto;
			display:none;
			z-index:4020;
		}
	.modal_close{
			cursor: pointer;
			float: right; 
			height:20px; 
			position:absolute;
			right:-10px;
			top:-10px;
			z-index:4040;	
		}
	.modalClose {
		float:right;
		margin-right: 10px;
		margin-top: 5px;
		font-size: 16px;
		color: #0495c9;
		}
	.pageHeaderPopup{
		background: none repeat scroll 0 0 #393D4B;
		border-bottom: 2px solid #252A38;
		clear: left;
		/* float: left; */
		font-size: 12px;
		height: 30px;
		left: 0;
		margin: 0;
		padding: 0;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	.subtitlePopup{
		PADDING-RIGHT: 0px;
		PADDING-LEFT: 10px;
		FONT-WEIGHT: bold;
		FONT-SIZE: 14px;
		PADDING-BOTTOM: 0px;
		COLOR: #FFFFFF;
		PADDING-TOP: 10px;
		WHITE-SPACE: nowrap;
		TEXT-ALIGN: left;
		float: left;
	}
	.imgcellPopup{
		PADDING-RIGHT: 10px;
		PADDING-LEFT: 0px;
		PADDING-BOTTOM: 0px;
		PADDING-TOP: 0px;
		TEXT-ALIGN: left;
		float: right;
		background-image: url("../images/logo-ccc-popups.png");
		background-repeat: no-repeat;
		width: 44px;
		height: 30px;
	}
	.containerPopup {
	       width:auto; height:auto; background: #d6d8d9; min-height: 348px; padding: 20px 20px 0px 20px;
	}
	.mandatoryErr {
		position:relative;
		margin: 10px 0px 0px 0px;
		float:left;
		display:none;
		color:red;
		text-align:left;
	}
	.mandatoryMsg {
		position:relative;
		margin: 0px 0px 0px 0px; 
		color:red;
		float:left;
	}
	.processImage {
		width:100%;
		display:none;
		float:left;
		text-align: center;
	}
/* Popup or Modal Window Ends */

#inner{
	width :100%;
}
/* MainBody - Start: contentContatiner */
.contentContainer
{
	width:100%;
	background-color: #D6D8D9;
	background-image: url("../images/content-container-bg.png");
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	position: relative;
	min-height: calc(100% - 72px);
}
.contentContainerNoImage{
	width:100%;
	background-color: #D6D8D9;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	position: relative;
	min-height: calc(100% - 72px);
}

.leftNavPanel{
	width: 290px;
	float: left;
	margin: 0;
	padding: 0;
	/*background: #e6e7e8;*/
	height: auto;
}
#leftPanel{
	WIDTH: 250px;
	float: left;
	/*height: 100%;*/
	height: auto;
	margin: 20px 20px 0 20px;
}

.rightNavPanel{
	/*float:left;
	width: 700px;*/
	margin:0;
	margin-left: 310px;
	width: calc(100% - 330px);
	padding:20px 0px;
	margin-right: 20px;
	background: #d6d8d9;
}

.openClose{
	float: left;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-left: 290px;
	background-color: #BCBEC0;
}
.leftPanelClose {
	width: 10px;
	min-height: 100%;
}
#expandCollapseIcon{
	height:25px;
	width:10px;
	background:#fff;
	padding-top:7px;
}
#expandCollapseIcon:hover{
	background:#0495c9;
	color:#fff;
}
.expandCollapseBackgroundBar{
	height: calc(100% - 40px);
	width: 10px;
	position: absolute;
}

.section{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.outline{
	width: 100%;
} 	 	
	 	 	
#leftPanel .section .outline { 		 	
	border-top: 2px solid #D6D8D9;
} 
.sectionHeader{
	background: none repeat scroll 0 0 #393D4B;
	clear: left;
	float: left;
	font-size: 14px;
	left: 0;
	margin: 0;
	padding: 0px 0px 0px 0px;
	top: 0;
	width: 100%;
	COLOR: #FFFFFF;
	height: 30px;
}
.sectionTitle{
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	line-height: 30px;
}
.sectionHeaderIcon{
	float: right;
	margin: 7px 10px 0px 0px;
}
.portletTitle{
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	float: left;
}
#leftPanel .section .outline .portletTitle {
	padding-bottom: 5px;
	padding-left: 0px;
	color: #393D4B;
	font-size: 14px;
}
.smallfont{
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	float: right;
	margin: 7px 10px 0px 0px;
}

.tableSection{
	width: 100%;
	float: left;
	min-height: 60px;
	height:auto !important; 
   /*	height: 300px;
	max-height: 300px;*/
   	overflow: hidden;
}
.datatable { 
	border: 0px solid transparent; border-top: 0px solid transparent;
	font-size: 12px; font-family: Arial, Helvetica, sans-serif; 
	width: 100%; text-align: left; border-collapse:collapse; margin: 0px;
}
.datatable2, .datatable3 {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	border-collapse: inherit;
	margin: 0;
	width: 100%;
	border: 0px solid transparent;
	background-color: #FFFFFF;
	/*margin-left: 5px;*/
	border-spacing: 0px;
	border-color: transparent;
}
table{
	border-spacing:0px;
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
}

.tablehead{
	background-color: #D6EFFD;
	font-size: 12px;
	color: #393D4B;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	border-right: 1px solid #393d4b;
	font-weight: bold;
	height:30px;
}
.tableheadlast{
	border-right:0px;
}

.tablecontent {
	background-color: #e7e8e9;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	height:30px;
	color: #393d4b;
}
.rowEven {
	background-color: #FFFFFF;
	height: 30px;
}
.rowOdd {
	background-color: #e7e8e9;
	height: 30px;
}
.numericCell{
	text-align: right;
	padding-right: 8px;
}
.centerAlign {
        text-align: center;
}
.submitButton{
	margin: 20px 20px 0px 20px;
}


#thumbnailpane{
	float: left;
	width: 100%;
	overflow-y: scroll;
	background: #FFFFFF;
	min-height: 182px;
	height: 610px;
	/* Firefox */
	height: -moz-calc(100% - 30px);
	/* WebKit */
	height: -webkit-calc(100% - 30px);
	/* Opera */
	height: -o-calc(100% - 30px);
	/* Standard */
	height: calc(100% - 30px);
}

.thumbnailCell{
	height: 162px;
	padding: 9px 9px 9px 9px;
	border: 1px solid transparent;
	color: #0495c9;
	float: left;
	display:inline-block;
	background-color: transparent;
}

.thumbnailCell:visited{
	background-color: transparent;
	cursor: pointer;
	color: #393d4b;
	text-decoration: none;
	border: 1px solid transparent;
	display:inline-block;
}

.thumbnailCell:hover{
	cursor: pointer;
	border: 1px solid #f6bc32;
	color: #0495c9;
	text-decoration: underline;
	visibility:visible;
	display:inline-block;
	BACKGROUND-COLOR: transparent;
}

.thumbnailCell:focus{
	background-color: #ffda80;
	cursor: pointer;
	color: #393d4b;
	text-decoration: none;
	border: 1px solid transparent;
	visibility:visible;
	display:inline-block;
}

.thumbnailCell:active{
	background-color: #ffda80;
	cursor: pointer;
	color: #393d4b;
	text-decoration: none;
	border: 1px solid transparent;
	visibility:visible;
	display:inline-block;
}

.thumbnail{
	width: 233px;
	height: 150px;
	border: 0px solid transparent;
}

.imgTitle{
	width:auto;
	line-height:15px;
	font-size: 12px;
}

.pdfDiv {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	min-height: 30px;
	margin-top:9px;
}

.pdfViewer{
	width: 100%;
	height: 620px;
	background-color: none;
}

.noPdfFound{
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	min-height: 30px;
	margin-top:10px;
	font-size: 12px;
	font-weight: normal;
	color: #393d4b;
	vertical-align: middle;
	line-height:30px;
	padding-left: 8px;
}

.claimIdHeader{
	float: right;
	margin-top: 8px;
	color: #fff;
	font-size: 14px;
}

.claimIdLabel{
	color: #393D4B;
	font-size : 14px;
	font-weight: bold;
}

.claimRefId {
	color: #393D4B;
	font-size : 14px;
	font-weight: normal;
}

.claimIdText{
	font-size: 14px;
}

.checkboxContainer {
	width: 100%;
	margin-bottom: 10px;
}

.checkboxClass {
	width:20%;
	float: left;
}
.checkboxText {
	font-size: 12px;
	height: 20px;
}

.submit {
	background-color: #0498cc;
	color: white;
}

.notificationMessage {
	background: none repeat scroll 0 0 #f6bc32;
	clear: left;
	float: left;
	left: 0;
	margin: 0;
	padding: 5px 10px 5px 10px;
	top: 0;
	width: 100%;
	height: auto;
}

.errorMessage {
	background: none repeat scroll 0 0 #FF7659;
	clear: left;
	float: left;
	left: 0;
	margin: 0;
	padding: 5px 10px 5px 10px;
	top: 0;
	width: 100%;
	height: auto;
}

.successMessage { 
	background: none repeat scroll 0 0 #41BF8E;
	clear: left;
	float: left;
	left: 0;
	margin: 0;
	padding: 5px 10px 5px 10px;
	top: 0;
	width: 100%;
	height: auto;
}

.messageIcon {
	float: left;
	padding-top: 3px;
}

.messageTextDiv {
	margin-left: 10px;
	float: left;
	width: 75%;
	width: calc(100% - 76px);
}

.messageTitle {
	font-size: 14px;
	font-weight: bold;
}

.messageInfo {
	font-size: 12px;
}
.closeIcon {
	float: right;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 10px;
	width: 30px;
}
.imageViewerImg {
	margin: 20px;	
}

#imageViewerTestImg {
	width: 560px;
	height: 455px;
}

#imageViewerBack {
	position:absolute;
	height: 50px;
	width: 30px;
	font-size: 60px;
	color: white;
}

#imageViewerForward {
	position:absolute;
	height: 50px;
	width: 30px;
	font-size: 60px;
	color: white;
}

.iconBlueBackground {
	background-color: #0495c9;
}
.tabHeader{
	WIDTH: 100%;
	border-bottom: 6px solid #393d4b;
	overflow:hidden;
}
.TabbedPanels {
	float: none;
}
.TabbedPanelsTabGroup {
	border-bottom: 6px solid #393d4b;
	height: 30px;
	display: block;
}
.TabbedPanelsTab {
	BACKGROUND-COLOR: #FFFFFF;
	line-height: 22px;
	color: #0495c9;
	border: 0px;
	margin: 0px 5px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	display:block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	top: 0px;
	float:left;
}
.TabbedPanelsTab A {
	height: 30px;
	line-height: 30px;
	color: inherit;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	font-size: 14px;
}
.TabbedPanelsTab A:hover {
	BACKGROUND-COLOR: #00b3db;
	text-decoration: none;
	color: #FFFFFF;
	border: 0px;
}
.TabbedPanelsTab A:active {
	BACKGROUND-COLOR: #0495c9;
	text-decoration: none;
	color: #FFFFFF;
	border: 0px;
}
.TabbedPanelsTabSelected A {
	background-color: #393d4b;
	color: #FFFFFF;
}
.TabbedPanelsTabSelected A:hover {
	BACKGROUND-COLOR: #393d4b;
	text-decoration: none;
	color: #FFFFFF;
	border: 0px;
}
.TabbedPanelsTabSelected A:active {
	BACKGROUND-COLOR: #393d4b;
	text-decoration: none;
	color: #FFFFFF;
	border: 0px;
}
.TabbedPanelsContentGroup {
	BACKGROUND: transparent;
	border: 0px;
}
.TabbedPanelsContent{
	padding: 0px;
}
/*--------Only SpryAsseststab Related Override CSS End------------*/

/* MainBody - End: contentContatiner */

/* Footer Start */
.footer{
	CLEAR: both;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: #393D4B;
	COLOR: #bcbec0;
	LINE-HEIGHT: 20px;
	height: 20px;
	font-size: 10px;
	margin:0;
	overflow:hidden;
	bottom: 0;
	width: 100%;
}
.copyright{
	padding-left:20px;
	float:left;
}
span.footerURL {
float: right;
padding-right: 15px;
margin-top: 0px;
}
/* Footer End */

/*MISC START */
.asterisk {
color: #FF0000;
}
.clearBoth{
	clear: both;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
/* following css for showing key value based structure in HTML*/
.formRow {
	width: 100%;
	height: auto;
	clear: both;
}
.columnLeft {
	float: left;
	height: auto;
	width: 45%;
	font-weight: bold;
	padding-bottom: 10px;
	clear:both;
}
.columnRight {
	float: left;
	height: auto;
	width: 45%;
	padding-bottom: 10px;
	margin-left: 20px;
}
.marginBottomMinus10 {
	margin-bottom: -10px;
}
.centeredDiv {
	position: fixed;
	width: 400px;
	height: 200px;
	background: transparent;
	padding: 0px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
/* DIV based Table structure - Start */
/* use these to create each cell equivalent in a row, following with '.clearBoth' class to end the row*/
.ui-block-quarter {
	float: left;
	position: relative;
	width: 25%;
	margin-bottom: 10px;
}

.ui-block-third {
	float: left;
	position: relative;
	width: 33.3%;
	margin-bottom: 10px;
}

.ui-block-half {
	float: left;
	position: relative;
	width: 50%;
	margin-bottom: 10px;
}

.ui-block {
	float: left;
	position: relative;
	margin-bottom: 10px;
}

/* DIV based Table structure - End */

/*MISC END */

/*--------Only Font Icons Related Override CSS Start------------*/
.fa{
	font-size: 14px;
}

.fa-lg{
	font-size: 20px;
	line-height: 1em;
	vertical-align: 0px;
}
.fa-xlg{
	font-size: 24px;
}
.fa-circle-unknown{
	color: #f9bf32;
	font-size: 14px;
}
.fa-star{
	color: #f6bc32;
}
.fa-circle{
	color: #f6bc32;
}
.fa-flag{
	color: #ff7659;
}
.fa-circle{
	color: #ff7659;
}
.fa-check-circle{
	color: #393d4b;
}
.fa-group{
	color: #393d4b;
}
.fa-user{
	color: #393d4b;
}
.fa-folder{
	color: #393d4b;
}
.fa-file{
	color: #393d4b;
}
/* Font Colors */
.fa-orange {
	color: #ff7659;
}
.fa-green {
	color: #41bf8e;
}
.fa-yellow {
	color: #f6bc32;
}
.fa-dark-blue {
	color: #393d4b;
}
.fa-light-blue {
	color: #0495c9;
}

/*--------Only Font Icons Related Override CSS End------------*/

