body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
::-moz-selection {
	background-color:#ed3422;
	color: #fff;
}
::selection{
	background-color: #ed3422;
	color: #fff;
}    


.battalert {
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 2px 6px;
}
.battgood {
	background-color: green;
	color: white;
	font-weight: bold;
	padding: 2px 6px;
}
.battinfo {
	background-color: #000;
	color: white;
	font-weight: bold;
	padding: 2px 6px;
}

.btnBlack {
	background-color:rgba(50,50,50,0.9);
	font-weight: bold;
	margin:  3px 6px;
	padding: 6px 18px;
	color:#fff!important
}

/*.btnBlack.hide {
	display: none!important;
}
*/
.btn-group {
	margin:  2px auto;
}
.btn-group.focus, .btn-group:focus, .btn-group:hover {
	border: 2px solid rgba(50,50,50,0.9);
	text-decoration: none;
}

.btnApproval{
	padding:  6px 12px;
 	color: green;
}
.btnDownload{
	padding:  6px 12px;
}
.btnApproval.incomplete {
	background-color: rgba(255,0,0, 0.3)!important;
	color: red!important;
}
.btnApproval.invalid {
	background-color: rgba(255,0,0, 0.8)!important;
	color: white!important;
}
.btnApproval.pendingPTW {
}
.btnApproval.pendingAO {
	color: white!important;
}
.btnApproval.approved{
	background-color: rgba(0,0,0, 0.0)!important;
 	color: green!important;
}



.btnBlack.focus, .btnBlack:focus, .btnBlack:hover {
	color: #000!important;
	background-color: rgba(50,50,50,0.0);
	border: 2px solid rgba(50,50,50,0.9);
	text-decoration: none;
}

.btnOrange {
	background-color:rgba(255,128,0,1.0);
	font-weight: bold;
	margin:  3px 6px;
	padding: 6px 18px;
	color:#fff
}
.btnOrange.focus, .btnOrange:focus, .btnOrange:hover {
	color: #000!important;
	background-color: rgba(255,128,0,0.0);
	border: 2px solid rgba(255,128,0,1);
	text-decoration: none;
}


.pub_id.alert.error {
	background-color: rgba(255,0,0, 0.8)!important;
	color: #fff;
	font-weight: bold;
}
.pub_id.alert.warning {
	background-color: rgba(50,50,50, 0.7)!important;	
	color: #fff;
	font-weight: bold;
}
.pub_id.alert.flagged {
	background-color: rgba(255,128,0, 0.9)!important;	
	color: #fff;
	font-weight: bold;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #959595 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #959595 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #959595 !important;
}
.wrapper {
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	outline: none !important;
	text-decoration: none !important;
}
img {
	max-width: 100%;
}
textarea{
	resize: none;
}



/*  Home page css start */

/* Header section css */

.header-container{
	background-image: url('../images/landing-banner.jpg');
	min-height: 657px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.navbar-header {
	height: 0;
}
.navbar {
	min-height: 0;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 6px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #ed3422;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	letter-spacing: 0.025em;
	cursor: pointer;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #ed3422 !important;
	background-color: transparent;
}
.navbar-nav {
	float: right;
	padding-top: 60px;
}
.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 7px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
}
.navbar-nav>li {
	float: left;
	margin-left: 20px;
}
.navbar-brand{
	height: 0;
	padding: 10px 0px;
	float: none;
	display: block;
}
.navbar-nav .btn-styling{
	border: 2px solid #ffffff;
	border-radius: 6px;
	padding: 0 12px;
	margin-left: 50px;
}

/* Banner content section css */

.banner-content h2{
	font-size: 44px;
	text-transform: capitalize;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
	color: #ffffff;
	margin-bottom: 10px;
}
.banner-content p{
	font-size: 19px;
	color: #ffffff;
	text-align: center;
	font-weight: 400;
	font-family: georgia;
}
button.white-btn {
	background: transparent;
	border: 2px solid #fff;
	padding: 14px 25px;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}
.banner-content p:last-child {
	margin-bottom: 23px;
}
.btn-section {
	text-align: center;
}
.content-section-wrapper {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}


/* Section1 CSS */

.expertise-section{
	padding:78px 0;
}
.expert-info-wrapper {
	padding-top: 80px;
}
.expert-head h2{
	text-align: center;
	font-size: 32px;
	color: #515151;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.data-img{
	text-align: center;
	margin-bottom: 36px;
	min-height: 86px;
}
.data-content {
	text-align: center;
	margin-bottom: 30px;
	max-width: 280px;
	margin: 0 auto;
}
.data-content h3{
	color: #1a3553;
	font-size: 22px;
	letter-spacing: 0.025em;
	font-weight: 600;
	margin-bottom: 23px;
}
.data-content p{
	color: #2e2e2e;
	font-size: 15px;
	letter-spacing: 0.025em;
	line-height: 24px;
}
/* Join section */

.join-section{
	padding: 92px 0 61px 0;
}
.join-section{
	background-image: url('../images/web-bg.png');
	min-height: 270px;
	background-size: cover;
}
.web-content-wrapper{
	text-align: center;
}
.web-content-wrapper h4{
	font-size: 28px;
	color: #000000;
	font-weight: 400;
	line-height: 40px;
}
.web-btn{
	text-align: center;
}
.btn-purple {
	background-color: #1a3553;
	color: #ffffff;
	padding: 12px 50px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.web-content-wrapper h4:last-child {
	margin-bottom: 22px;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #ffffff;
	text-decoration: none;
}

/* About sg section css */

.about-sg-section{
	padding-top: 133px;
	padding-bottom: 183px;
	background-image: url('../images/sg-lab.jpg');
	min-height: 648px;
	background-size: cover;
	background-repeat: no-repeat;
}
.align-class h2{
	text-align: left;
	margin-bottom: 30px;
}

/* Tabing css */

.nav-tabs {
	border-bottom: none;
	margin-bottom: 10px;
}
.nav-tabs a {
	color: #959595;
	font-size: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #1a3553;
	cursor: default;
	background-color: #fff;
	border: 2px solid #1a3553;
	border-bottom-color: #1a3553;
	border-radius: 4px;
	font-weight: 600;
	padding: 10px 30px;
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	margin-right: 20px;
}
.tab-pane {
	width:  473px;
}
.tab-pane p{
	font-size:14px;
}
.tab-pane p:first-child {
	margin-bottom: 19px;
	padding-top: 20px;
}

/* Slider section */


.slider-section{
	background-color: #49494a;
	padding-top: 80px;
	padding-bottom: 40px;
}
.news-head{
	text-align: center;
}
.news-head h2{
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #ffffff;
	margin-bottom: 60px;
}
.slider-content{
	background-color: #ffffff;
	padding: 20px;
}
.slider-content h2{
	font-size: 22px;
	color: #1a3553;
	text-transform: capitalize;
	margin-bottom: 20px;
	height: 28px;
	font-weight: 600;
}
.slider-content p{
	font-size: 15px;
	margin-bottom: 20px;
	min-height: 60px;
}
.slider-content a{
	color: #ef4838;
	font-weight: 600;
}
.slider-box {
	position: relative;
	margin-bottom: 30px;
	min-height: 391px;
}
.date-class {
	position: absolute;
	bottom: 0;
	padding: 13px 33px;
	background: #1a3553;
	color: #ffffff;
	font-weight: 600;
}
.view-all a {
	color: #ffffff;
}

.slider-content p:nth-child(4) {
	margin-bottom: 20px;
}
.owl-prev {
	position: absolute;
	top: 50%;
	left: -72px;
	background-image: url(../images/slider-arrow1.png);
	height: 45px;
	width: 45px;
	background-repeat: no-repeat;
	font-size: 0;
}
.owl-next {
	position: absolute;
	top: 50%;
	right:  -72px;
	background-image: url(../images/slider-arrow2.png);
	height: 45px;
	width: 45px;
	background-repeat: no-repeat;
	font-size: 0;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: block;
}
.slider-img {
	position: relative;
}
.owl-next:hover {
	transform: rotate(360deg);
	transition: 1s;
}
.owl-prev:hover {
	transform: rotate(360deg);
	transition: 1s;
}
.footer-form {
	padding: 0 35px;
}
.form-align{
	float: right;
}
/* FAQ Section css  */

.center-align{
	text-align: center;
}
.faq-anchor a{
	color: #ef4838;
}
.faq-anchor{
	padding-top: 30px;
}
/* Footer section css */

.footer-section{
	background-color: #1a3553;
	padding: 61px 0 61px 0;
}
.about-listing li:first-child {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 29px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.040em;
}
.about-listing li a{
	font-size: 14px;
	color: #ffffff;
}
.about-listing li:last-child{
	margin-bottom: 50px;
}
.social-icon li{
	display: inline-block;
	margin-right: 13px;
}
.social-icon{
	margin-bottom: 50px;
}
.follow-list li{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 18px;
}
.custom-control {
	background: transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid  #ffffff;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-transition:none;
	-o-transition:none;
	transition: none;
	padding: 0;
}
input
{
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-transition:none;
	-o-transition:none;
	transition: none;
}
.custom-btn{
	background:#ffffff;
	width: 100%;
	color: #1a3553;
	padding: 10px 0 10px 0;
	font-size: 18px;
	font-weight: 600;
}
.custom-btn .btn.focus, .btn:focus, .btn:hover {
	color: #ffffff;
	text-decoration: none;
}
.form-head h3{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 23px;
	text-transform: uppercase;
}
.company-list p {
	color: #ffffff;
	font-size: 14px;
}
.contact-btn:hover {
	color: #1a3553;
}
.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Home Page css end */

/* About us page css start */

.header-container-about{
	min-height: 396px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.about-us-section{
	padding-top: 80px;
	padding-bottom: 80px;
}
.page-head h2{
	font-size: 32px;
	color:#515151;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 700;
	margin-bottom: 40px;
}
.about-us-wrapper p{
	font-size:15px;
	color:#2e2e2e; 
	font-weight:400;
	line-height:24px; 
	margin-bottom: 36px;
	letter-spacing: 0.025em;
}
.content-heading h2{
	font-size:22px; 
	color:#1a3553;
	margin-bottom: 10px;
}
.about-section1-content {
	margin-bottom: 63px;
	padding-right: 50px;
}
.about-section-1 p{
	color: #2e2e2e;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.025em;
}
.about-section-2 p{
	color: #2e2e2e;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.025em;
}
.mission-content {
	padding-left: 30px;
}
/* About us page css end */

/* Terms and condition css start / Privacy policy */

.terms-conditon-section{
	padding-top: 80px;
	padding-bottom: 80px;
}
.content-section h3{
	font-size: 22px;
	color: #1a3553;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: 0.025em;
}
.content-section p{
	font-size: 15px;
	color:  #2e2e2e;
	margin-bottom: 20px;
	letter-spacing: 0.025em;
	line-height:22px;
}
.terms-listing{
	margin-bottom: 30px;
}
.terms-listing li{
	color: #000000;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.025em;
	position: relative;
	padding-left: 20px;
	font-weight: 600;
}
.form-section .back-class:before {
	width: 7px;
	height: 7px;
	content: '';
	position: absolute;
	border: 2px solid #000000;
	border-top: none;
	border-right: none;
	transform: rotate(45deg);
	top: 9px;
	left: 33%;
}
.terms-listing li:before {
	width: 8px;
	height: 8px;
	background: #b2b2b2;
	position: absolute;
	content: '';
	border-radius: 50%;
	left: 0;
	top: 12px;
}
/* Terms and condition css end / Privacy policy */ 

/* Faq page css start */

.faq-section{
	padding-top: 80px;
	padding-bottom:80px;
}
.faq-head h3{
	font-size: 15px;
	font-weight: 600;   
	letter-spacing: 0.025em;
	line-height: 20px;
	color: #000000;
	margin-bottom: 15px;
}
.faq-desc p{
	font-size: 15px;
	color: #2e2e2e;
	line-height: 20px;
	letter-spacing: 0.025em;
	font-weight: 400;
}
.faq-box {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 30px;
	padding-top: 30px;
}
.faq-box:first-child {
	padding-top: 10px;
}
/* Faq page css end */

/* Login page css start */

.login-form-wrapper{
	max-width: 452px;
	background-color: #ffffff;
	width: 100%;
	padding: 50px;
	padding-top: 38px;    
	margin: 0 auto;
	border-color: #777;
	border-width: 2px;
	border-radius: 5px;        
	transform:translateY(25%);    
}
.form-control{
	height: 35px;
}
.login-form h2{
	font-size: 22px;
	color: #515151;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
}
.login-btn{
	background-color: #006097;
	color: #ffffff;
	max-width: 350px;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	/*text-transform: uppercase;*/
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.025em;

	/*width: 30%;*/
	/*display: inline;*/
}

.form-section .login-btn:hover {
	text-decoration: none;
	background: #0073b1;
	color: #ffffff;
}


.btn-otp{
    background-color: #fff;
    color: #000;
/*    max-width: 350px;
    width: 30%;
*/    
    margin-bottom: 15px;
    padding: 6px;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.025em;
    border: 1px solid #1a3553;
}

.btn-otp:hover {
    text-decoration: none;
    background: #eee;
	border: 1px solid #1a3553;    
}



.form-section p {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}


.frgt-pass{
	margin-bottom: 90px;
}
.web-btn .btn-purple:hover{
	background: #ffffff;
	color:#1a3553 !important;
	transition: all 0.3s;
	border: 1px solid #1a3553;
}
.data-img img:hover{
	transition:all .6s ease-in-out;
	transform: rotate(1082deg);
}
.form-section a {
	color: #ed3422;
	display: inline-block;
}
.form-section .for-pass {
	margin-bottom: 50px;
}
.login-form .forgot-para {
	margin-bottom: 20px;
}

/* Login page css end */


/* Team Page css  */

.team-box {
	box-shadow: 5px 3px 3px 2px #e8e8e8;
}
.box-listing li {
	width: 33.33%;
	float: left;
	padding: 0 15px;

}
li.no-border {
	border-right: none !important;
}
.plantation-head {
	margin-bottom: 30px;
}

/*  Our team css  */

.team-content {
	max-width: 635px;
	padding: 30px;
}
.box-1::first-child{
	padding-top: 0;
}
.mrg-btm{
	margin-bottom: 20px;
}
.team-page-head p {
	font-size: 15px;
	color: #2e2e2e;
	font-weight: 500;
}
.box-1 {
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	padding-top: 34px;
}
.team-content h2 {
	color: #1a3553;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}
.team-content span {
	font-size: 15px;
	color: #898989;
}
.team-content p {
	color: #2e2e2e;
	font-size: 15px;
	padding-top: 15px;
}

/* Team lisiting Css  */

.db-image{
	margin-bottom: 32px;
}
.team-listing h2{
	font-size: 22px;
	font-weight: 600;
	color: #1a3553;
}
.recent-news-section {
	padding-top: 11px;
}
.db-content {
	max-width: 708px;
}
.db-content p{
	font-size: 15px;
	color: #2e2e2e;
	font-weight: 400;
}
.mrgn-btm{
	margin-bottom: 35px;

}
.team-page-list{
	text-transform: capitalize;
}
.content-link{
	padding-top: 16px;
}
.content-link a {
	color: #ef4838;
	font-size: 15px;
	font-weight: 600;
}
.team-page-align{
	padding-left: 15px;
}
.load-btn{
	text-align: center;
}
.load-btn .load-btn-class{
	padding: 10px 20px;
	background: #1a3553;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

.loader-icon {
	padding-top: 30px;
}
.footer-section-2 .soc-list {
	padding-right: 20px;
}
.footer-content-2 span {
	padding-right: 9px;
}
/* Dashboard Pages css  */
.content-wrapper .cstn-container{
	width: 1240px;
	max-width: 100%!important;
}
#navbar-style .navbar-nav>li>a{
	color: #000000;
}
#navbar-style .navbar-nav>li.active>a {
	color: #f00;
}
.navbar-collapse .dashboard-nav{
	padding-top: 0;
	clear: right;
}
.dashboard-nav>li>a {
	font-weight:700;
}
/* Dropdown Button */
.profileChange {
	position: relative;
}
.cst-btn{
	background: transparent;
	font-size: 14px;
	color: #5e5d5d;
	border: none;
	font-weight: 600;
	padding: 6px 8px;
}
.cst-btn::hover{
	background: transparent;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	color: #5e5d5d;
	background-color: transparent;
	border-color: transparent;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #5e5d5d;
	background-color: transparent;
	border-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
}
.btn-primary:hover {
	color: #5e5d5d;
	background-color: transparent;
	outline: none;

}
.btn-primary.focus, .btn-primary:focus {
	background-color: transparent;
}
.btn .caret {
	margin-left: 14px;
}

/*  Form section css */

.edit-profile-section{
	padding: 100px 0 60px 0;
}
.edit-before-content::before {
	height: 200px;
	width: 100%;
	background: #1a3553;
	content: '';
	position: absolute;
	top: 0;
}
.content-wrapper .edit-profile-form{
	width: 902px;
	max-width: 100%;
	background: #ffffff;
	margin: 0 auto;
	padding: 30px;
	position: relative;
}
.dashboard-page-head h2{
	font-size: 24px;
	color: #1a3553;
	font-weight: 700;
	margin-bottom: 30px;
}
.edit-profile-section{
	background: #ebeff4;
	position: relative;
}
.form-group .dashboard-form{
	border-radius: 0;
	height: 30px;
}
.form-group .text-area-dash{
	border-radius: 0;
	padding: 20px;
	line-height: 25px;
	position: relative;
}
.profile-select #upload-photo{
	opacity: 0;
	display: none;
}
.profile-select .edit-class {
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color:rgba(0,0,0,0.5);
	padding: 5px 20px;
	position: absolute;
	bottom: 15%;
	top: auto;
	border-radius: 10px;
	cursor: pointer;
	font-size: 1.5em;
}
.btn-primary.focus, .btn-primary:focus {
	color: #5e5d5d;
	border-color: transparent;
}
.number-wrapper {
	display: inline-flex;
	border: 1px solid #d1d1d1;
	width: 100%;
	position: relative;
	margin-bottom: 0;
}
.number-wrapper .inline-class {
	border: none;
	box-shadow: none;
	outline: none;
	padding-left: 7px;
	padding-right: 3px;
}
.btn-class {
	text-align: right;
}

/* Dashboard footer css  */

.btn-class {
	text-align: right;
	padding-top: 13px;
}

.btn-class .cncl-btn {
	padding: 7.5px 50px 9px;
	color: #1a3553;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid #1a3553;
	background: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 0.080em;
	vertical-align: top;
}

.btn-class .save-btn {
	padding: 6.5px 50px 6px;
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
	border: 1px solid #1a3553;
	background: #1a3553;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 0.080em;
	vertical-align: top;
	margin-left: 13px;
	border-radius: 4px;
}

.footer-contents li{
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	font-weight: 600;
	padding-right: 30px;
	text-transform: uppercase;
}

.form-group .label-text{
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	height: 30px;
}

.footer-section-2 .social2-icons li{
	display: inline-block;
}

.dashboard-footer{
	background: #1a3553;
	padding: 30px 0 30px 0;
}

.footer-content-2 li{
	display: inline-block;
	padding-right: 5px;
	font-size: 13px;
	color: #ffffff;
	font-weight: 600;
}

/*  Listing page css  */
.content-wrapper .listing-section {
	background: #ebeff4;
	padding: 50px 0 40px 0;
	width: 100%!important;
	height: 100%!important;
	min-height: 100%;
}

.table-listing-wrapper {
	max-width: 1248px;
	margin: 0 auto;
	background: #ffffff;
	padding: 30px;
}

.head-item {
	text-align: right;
}

.head-item .head-listing li{
	display: inline-block;
	padding-right: 30px;
	vertical-align: bottom;
}

.head-class h2{
	font-size: 15px;
	font-weight: 700;
	color: #1a3553;
}

.head-item .red-btn{
	background: transparent;
	border: 1px solid #ed3422;
	color: #ed3422 !important;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;
}

.head-item .search-class {
	height: 25px;
	border-radius: 0;
	padding: 13px 40px;
	background: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/*  Div table styling */

.divTable{
	display: table;
	width: 100%;
}
.head-item .head-listing li a {
	color: #969595;
}
.divTableRow .no-border {
	border-bottom: none;
	padding-bottom: 0;
	font-weight: 700;
	font-size: 14px;
	color: #585757;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #b7b7b7;
	display: table-cell;
	padding: 20px 0 20px 0;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.divTableCell .icon-list li{
	display: inline-block;
	padding: 5px;
}
.divTableCell span {
	padding-right: 37px;
	font-size: 14px;
	color: #6a6a6a;
	font-weight: 400;
}
.to-group span {
	font-size: 12px;
	color: #5f5f5f;
	font-weight: 700;
}

/* Add profile css  */

.checkbox-content{
	max-width: 560px;
	padding: 10px;
	border: 1px solid #acacac;
	margin: 20px 0;
}
.checkbox-content .checkbox-list li::last-child{
	padding-right: 0;
}
.checkbox-header{
	border-bottom: 1px solid #acacac;
}
span.back-img {
	padding-right: 15px;
}
span.back-btn a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #d2d2d2;
	letter-spacing: 0.025em;
}
span.brief-class {
	padding-right: 22px;
}

.checkbox-header .no-padding{
	padding-right: 0 !important;
}
.checkbox .no-padding{
	padding-right: 0 !important;
}
.checkbox-content .checkbox-list li{
	display: inline-block;
	padding-right: 65px;
	font-size: 14px;
	color: #000000;
	padding-bottom: 8px;
	font-weight: 400;
}

.checkbox .checkbox-listing li{
	display: inline-block;
	padding-right: 23px;
	font-size: 14px;
	color: #6a6a6a;
	padding-left: 3px;
}
.checkbox-header span{
	font-weight: 600;
	color:#191919;
	font-size: 14px;
}
.checkbox label{
	font-size: 14px;
	color: #6a6a6a;
}

/* Checkbox css  */

.filterForm .checkbox {
	display: block;
	margin-bottom: 5px;
	margin-top: 0;
}
.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox input[type="checkbox"] + label {
	color: #6e6e6e !important;
	font-size: 14px;
	padding-left: 0;
	text-transform: capitalize;
}

.checkbox input[type="checkbox"] + label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
}

.checkbox input[type="checkbox"] + label span {
	background: url(../images/uncheck.png) no-repeat;
}

.checkbox input[type="checkbox"]:checked + label span {
	background: url(../images/check.png) no-repeat;
}

.checkbox input[type="checkbox"] + label span,
.checkbox input[type="checkbox"]:checked + label span {
	-webkit-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}


/* Profile section css  */

.profile-head {
	display: inline-block;

}
.profile-head h2{
	margin-bottom: 5px;
}
.profile-head-section .red-btn{
	background: transparent;
	border: 1px solid #ed3422;
	color: #ed3422;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
	box-shadow: none;

}

.plant-section li {
	display: inline-block;
	padding-right: 33px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.plant-section li:first-child{
	border-right: 1px solid #a8a8a8;
}
.plant-section li:nth-child(2){
	border-right: 1px solid #a8a8a8;
}

.plant-section {
	padding-top: 50px;
}
.plant-section span{
	color: #00a500;
	font-size: 28px;
	font-weight: 600;
}
.plant-section p{
	font-size: 15px;
	color: #a8a8a8;
	text-transform: uppercase;
	font-weight: 700;
}
.plantation-head span{
	color: #00a500;
	font-size: 18px;
	font-weight: 700;
}
.plantation-head h2{
	font-size: 18px;
	color: #4f4f4f;
	font-weight: 400;
	padding: 20px 10px 22px 14px;
}
.plantation-head .inline{
	display: inline-block;
}
.gis-head h3{
	font-size: 18px;
	color: #c6c6c6;
	font-weight: 700;
	text-transform: uppercase;
}
.top-padding{
	padding-top: 16px;
}
.map-content span{
	font-size: 18px;
	color: #1a3553;
	font-weight: 700;
}
.gis-head h3 {
	padding-bottom: 10px;
}
.profile-head span {
	font-size: 14px;
	color: #b3b3b3;
	font-weight: 400;
}
.plant-section .left-padding{
	padding-left: 30px;
}
.map-img {
	padding-top: 20px;
}
.number-wrapper::after {
	height: 23px;
	width: 1px;
	content: '';
	position: absolute;
	background: #d1d1d1;
	left: 100px;
	top: 4px;
}
.gis-head {
	padding-top: 23px;
}
.map-box {
	padding: 20px;
	box-shadow: 2px 3px 5px 4px #f5f5f5;
}




.profile-head-section .mail-listing {
	padding-top: 6px;
}

.profile-head-section .profile-about {
	padding-top: 15px;	
	font-size: 1em;
}

.profile-head-section .profile-head span {
	font-size: 1.1em;
	font-weight: bold;
}

.mail-listing li {
	position: relative;
/*	padding-left: 34px;
*/	font-size: 1em;
/*	padding-bottom: 5px;
	color: #6a6a6a;
	font-weight: 400;
*/}

.mail-listing li span {
	padding-left: 15px;
}

span.right-border {
	position: relative;
	padding-right: 17px;
}
span.right-border::after {
	height: 19px;
	position: absolute;
	width: 1px;
	background: #cdcdcd;
	content: '';
	top: 0px;
	margin-left: 10px;
}

/*
.mail-listing li {
	position: relative;
	padding-left: 34px;
	font-size: 14px;
	padding-bottom: 5px;
	color: #6a6a6a;
	font-weight: 400;
}
.mail-listing li::before {
	position: absolute;
	content: '';
	width: 31px;
	height: 25px;
	left: 0;
	top: 5px;
	background-repeat: no-repeat;
}
*/


.map-content .caret {
	display: none;
}
.border-bottom{
	border-bottom: 1px solid #acacac;
	padding-bottom: 20px;
}
.btn-cstm{
	background: transparent;
	border: none;
}

/*  Setting page html  */
.setting-wrapper {
	max-width: 1247px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding: 40px 30px;
	background: #ffffff;
	position: relative;
}
ul.nav.nav-tabs.setting-nav-tab a {
	border: none;
	font-size: 15px;
	font-weight: 700;
	color: #a5a6a6;
	text-transform: uppercase;
	padding-left: 0;
}
.setting-head h2 {
	font-weight: 700;
	color: #1a3553;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 15px;
}
.service-btns li {
	padding: 21px 0;
	border-bottom: 1px solid #c4c4c4;
	font-size: 15px;
	color: #6a6a6a;
}

.sub-user .plant-section {
	padding-top: 6px;
}

.service-btns .green-btn{
	background: transparent;
	border: 1px solid #00a500;
	color: #00a500;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.service-btns .red-btn{
	background: transparent;
	border: 1px solid #ff0000;
	color: #ff0000;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.tabing-section .tab-pane{
	width: 540px;
}
.service-btns {
	padding-top: 15px;
}
.cstm-content {
	padding-top: 30px;
}
.service-head h3 {
	margin-bottom: 18px;
	font-size: 15px;
	color: #010101;
	padding-top: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.service-btns li a::hover{
	background: transparent;
}
.plantation-head p {
	font-size: 14px;
	color: #6a6a6a;
	font-weight: 400;
}
.tabing-section .nav>li>a:focus, .nav>li>a:hover{
	background: transparent;
	border-color: transparent;
}
.Service-head p {
	font-size: 14px;
	color: #c4c4c4;
}
.service-btns .random-class{
	margin-bottom: 20px;
}
.passowrd-reset-section .no-border{
	border-radius: 0;
	height: 35px;
}

.cstm-table .degree-content{
	font-size: 14px;
	color: #909090;
	font-weight: 600;
}
.table-head h2 {
	padding-left: 5px;
}
.pie-chart-img {
	padding-top: 10px;
}
.passowrd-reset-section {
	max-width: 368px;
}
.setting-nav-tab {
	border-bottom: 1px solid #c4c4c4;
}
.setting-nav-tab .active {
	border-bottom: 2px solid #00a500;
}
.setting-nav-tab .chng-pass{
	padding-left: 20px;
}
.top-padding{
	padding-top: 20px;
}
.service-head p {
	font-size: 14px;
	color: #c4c4c4;
}
.passowrd-reset-section label {
	font-size: 15px;
	color: #333333;
	font-weight: 700;
}
.btn-width{
	max-width: 400px;
}

.btn-center{	
	margin: auto;
	text-align: center;
}

.btn-group1 {
	padding: 12px 12px;
	margin: 12px 12px;
}

.btn-group1 .btn1 {
	margin: 6px 3px;	
	padding:  6px 24px;
	color: #ffffff;
	font-weight: 600;
	border: 1px solid #1a3553;
	background: #444;
	cursor: pointer;
	border-radius: 4px;
}

/*  Dashboard page html  */
span.degree-clss {
	font-size: 14px;
	font-weight: 700;
	color: #00a500;
}
.dashboard-section {
	background: #ebeff4;
	padding: 0px 0;
}
.table-section .cstm-table td {
	border: none;
	padding: 6px;
}
.map-head span{
	font-size: 15px;
	color: #aaaaaa;
}
.map-head h3{
	padding-top: 0;
}
.pie-chart-wrapper {
	background: #ffffff;
	padding: 20px;
	min-height: 306px;
}
.service-head h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.dashboard-checkbox .select-all{
	border-bottom: none;
	padding-bottom: 0;
}
.icon-listing li{
	display: inline-block;
	font-size: 14px;
	color: #adadad;
}
.services-wrapper {
	background: #ffff;
	padding: 25px;
}
.icon-listing span{
	color: #1d1d1d;
	font-size: 14px;
	font-weight: 700;
}
.services-wrapper {
	background: #ffffff;
	padding: 20px 0 20px 20px;
}
.dashboard-checkbox li {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 18px;
	padding-top: 18px;
	font-size: 14px;
	color: #6a6a6a;
	font-weight: 400;
}

.icon-listing .cstm-icon::before {
	top: -6px;
	width: 35px;
	height: 37px;
	background-repeat: no-repeat;
	content: '';
	margin-left: -29px;
	position: absolute;
}
.icon-listing .cstm-icon{
	position: relative;
}
.dropdown.inline-dropdown {
	display: inline-block;
}
.dashboard-head li {
	display: inline-block;
}
.icon-listing .green-icon::before{
	background-image: url('../images/green-icon.png')
}
.icon-listing .red-icon::before{
	background-image: url('../images/red-icon.png')
}
.icon-listing .img-list {
	padding-left: 19px;
}
.icon-listing .cstm-icon {
	position: relative;
	padding-left: 33px;
	padding-right: 33px;
}
.service-head .main-class::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 3px;
	left: 11px;
}
.service-head .orang-class::before{
	background: #fcd202;
}
.service-head .green-class::before{
	background: #b0de09;
}
.left-no-padding{
	padding-left: 0;
}
.service-head .in-class{
	display: inline-block;
	padding-right: 26px;
}
.dashboard-heading h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 23px;
}
.service-head .main-class{
	display: inline-block;
	text-transform: uppercase;
	color: #7a7a7a;
	font-size: 14px;
	position: relative;
	font-weight: 600;
	padding-left: 40px;
}
.inline-btn {
	display: inline-block;
}
.dash-chck {
	min-width: 202px;
	padding: 20px 10px;
	border-radius: 0;
	padding-right: 0;
}
.left-padding {
	padding-left: 27px;
}
.inline-btn .dash1-btn {
	background: #ffffff;
	color: #adadad;
	border-radius: 0;
	font-size: 13px;
	border: none;
	background-image: url(../images/filter-1.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 40px;
}
.dash-chck label {
	padding: 10px 19px 10px 10px;
}
.inline-btn .open{
	background: #ffffff;

}
.dash-chck li {
	display: block !important;
	padding-left: 0;
	border-bottom: 1px solid grey;
}
.dashboard-head-btns .dash-chck:nth-child(6){
	border-bottom: none;
}
.service-head .service-btns {
	padding-top: 0;
}
li.last-list {
	border-bottom: none;
}
.dashboard-checkbox .last-list label {
	margin-bottom: 27px;
}

table {
	width: 100%;
}

/* Breadcrm CSS */

ul.collapsed li {
	display:  inline-block;
	padding: 0 7px;
}
ul.collapsed{
	padding-left: 0;
	margin: 0 0 10px;
}
ul.collapsed li:first-child {
	padding-left: 0;
}


.node-dropdown {
	position: relative;
	text-align: left;
}

.node-dropdown:after {
	content: '';
	display: table;
	clear: both;
}

.node-dropdown .service-head {
	/*float: right;*/
	width: 50%;
}


.node-dropdown.single-node .service-head {
	/*float: right;*/
	width: 65%;
}


button.btn.btn-primary.pop-up-btn {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.low-format .help-block {
	margin-top: 0 !important;
	position: relative !important;
	bottom: 0 !important;
}

.has-error .number-wrapper {
	border: 1px solid #dd4b39;
}
.service-expired{
	font-size: 10px;
	color: red;
}

a.row-disable {
	pointer-events: none;
	cursor: not-allowed;
	background-color: #ecf0f4;
}
.row-disable {
	pointer-events: none;
	cursor: not-allowed;
	background-color: #ecf0f4;
}

ul .left-sidebar-menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #f1f1f1;
}

.left-sidebar-menu li a {
	display: block;
	color: #000;
	padding: 8px 16px;
	text-decoration: none;
}

/* Change the link color on hover */
.left-sidebar-menu li a:hover {
	background-color: #ebeff4;
	color: black;
}

.space-wrapper .pie-chart-wrapper {
	padding: 20px 0;
}

.panelSelectChange .btn-purple {
	padding: 6px 40px;
	font-size: 15px;
	margin: 10px 0;
}
.current-map-heading{
	display: block; 
	position: relative; 
	color: #000000; 
	font-weight: 700; 
	padding-right: 40px; 
	font-size: 14px;
}
.dismiss-btn {
	display: block;
	text-align: right;
	margin: 0px 15px 15px;
}



.form-group .edit-field-icon,
.password-form .field-icon {
	float: right;
	margin-left: -25px;
	margin-top: -25px;
	padding-top:3px;
	padding-right:30px;
	position: relative;
	border-radius: 5px!important;
	z-index: 9002;
}

.form-group .edit-field-icon.edit-phone{
	padding-top:35px;
	padding-right:10px;
}

.form-group .edit-field-icon{
	padding-right:10px;
}
.form-group .edit-field-icon:hover{
	cursor: pointer;	
}


.projInfo {
	margin: auto;
	background-color: white;
	border-color: white;
	padding: 6px;
	margin-top: 24px;
	margin-bottom: 0px;
	/*//height: 64px; */
}


.projInfo >span{
	margin: auto;
}
.projInfo >span >img{
	margin: auto;
	height: 36px; 
}
.projInfo .prjDetails1{
	margin: auto;
	text-align: center;
	padding-top: 3px;
	font-size: 0.9em;
	width: 80%;
}
