.ingo-primary1-font-color{ color:#00203B}
.ingo-primary2-font-color{ color:#3CAA07}

/*Form*/
form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: linear-gradient(#3CAA07, #3CAA07), linear-gradient(#e9ecef, #e9ecef); 
}

/* a */
a {
    color: #3CAA07;
}
a:hover {
    color: #00203B;
}

/*BUTTON*/

.btn-primary {
    color: #fff;
    background-color: #00203B;
    border-color: #00203B;
}
.btn-primary:hover {
	color: #212529;
	background-color: #3CAA07;
	border-color: #3CAA07; }
.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(218, 133, 108, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
	color: #212529;
	background-color: #3CAA07;
	border-color: #3CAA07; }

/*Bacground*/
	.bg-primary {
	  background-color: #3CAA07 !important; }/*fb9678*/
	
	a.bg-primary:hover, a.bg-primary:focus,
	button.bg-primary:hover,
	button.bg-primary:focus {
	  background-color: #3CAA07 !important; }
	  
	/*TEXT*/
	.text-primary {
		color: #3CAA07 !important;
	}
	
	.request-box {
		right: 0px;
		overflow:scroll;
		position: absolute;
		height: 100%; 
		
	}

	.topbar {
			 background: #3CAA07 !important;
	 }
	  
	.skin-default-dark .page-titles .breadcrumb .breadcrumb-item.active {
		color:#3CAA07;
	}
	
	.skin-default-dark .sidebar-nav ul li a.active, .skin-default-dark .sidebar-nav ul li a:hover {
   	 color:#3CAA07;
	}
	.skin-default-dark .sidebar-nav ul li a.active i, .skin-default-dark .sidebar-nav ul li a:hover i {
    	 color:#3CAA07;
	}
	
	.badge-primary {
		/*color: #212529;*/
		background-color:#3CAA07;
	}
	
	.btn-rounded {
		  background-color: #3CAA07; /*Crimson*/  
		  border-radius: 5px;
		  color: white;
		  padding: .5em;
		  text-decoration: none;
		}


.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #3CAA07 /*#2962FF*/;
    border-color: #3CAA07;
    color: #fff;
}
.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #3CAA07;
    background-color: #fff;
    color: #3CAA07;
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #00203B;
   
}
.wizard-content .wizard.wizard-circle>.steps>ul>li:after, .wizard-content .wizard.wizard-circle>.steps>ul>li:before {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color:  #3CAA07;
}

.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #f62d51 !important;
    color: #f62d51 !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #3CAA07;/*#fb9678*/;
    border-color: #3CAA07;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3CAA07 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

select option:first-child{
 /* color: #11B1FF !important;*/
}

.note-toolbar{ z-index:inherit !important}

.skin-red-dark .sidebar-nav ul li a.active, .skin-red-dark .sidebar-nav ul li a:hover {
    color: #3CAA07 !important;
}

li.active > a {
    color: #3CAA07 !important;
    border-left: 3px solid #3CAA07 !important;
}
.skin-red-dark .sidebar-nav > ul > li.active > a i {
    color: #3CAA07 !important;
}
.skin-red-dark .sidebar-nav ul li a.active i, .skin-red-dark .sidebar-nav ul li a:hover i {
    color: #3CAA07 !important;
}

.skin-red-dark .page-titles .breadcrumb .breadcrumb-item.active {
     color: #3CAA07 !important;
}

.page-titles .breadcrumb .breadcrumb-item.active {
    color: #3CAA07 !important;
    font-weight: 500;
}
.skin-red-dark .sidebar-nav>ul>li.active>a {
    color: #3CAA07 !important;
    border-color: #3CAA07!important;
}
