.page-banner-landing-page{
	width: 100%;
	cursor: default !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
.page-banner{
	width: 100%;
	cursor: default !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.page-title-landing-page {
	font-size: 200%;
}
.login-user-info-landing-page {
	font-size: 100%;
}

.page-title {
	font-size: 145%;
	 display: table-cell;
    margin-left: 50px;
    margin-top: 11px;
}
.login-user-info {
	font-size: 100%;
}

.cec-logo-container{
	/* width: 235px; */
	/* min-width:130px; */
	float: left;
	text-align: center;
}
.cec-logo-landing-page{
	height: 60px;
	margin-top: 3%;
}
.cec-logo{
	height: 46px;
	margin-top: 19px;
	margin-left: -17px;
}
.page-info-landing-page{
	text-align: left;
	float: left;
	margin: 1% 0;
}
.page-info{
	text-align: left;
	float: left;
	margin-top: 1.1%;
	padding-left: 26px;
}
.widthHundred {
	width:100%;
}
.widthHundredImp {
	width:100% !important;
}

.glyphicon, .fa{
	cursor: pointer;
}

.hide-title {
	display: none;
}
.eclm-button-spacing {
	left: -1%;
	position: relative;
}
.eclm-font-size-hundred {
	font-size:100%;
}
.eclm-width-eightyFive-imp {
	width:85% !important;
}
.eclm-display-inline-flex {
	display:inline-flex;
}
.eclm-directory-position {
	margin-top: 1.5%;
}
.eclm-form-style-label {
	width: 100%;
	height: 30px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}