.myconnect-tabs .nav-link.active, .myconnect-tabs .nav-link.active:hover, .myconnect-tabs .nav-link.active:focus {
	border-top: 2px solid #95a721 !important;
	border-radius: 0;
}

#MainTitle {
	color:#444;
}

#TelephoneNumberList td i {
	color: #95a721;
}

td .btn:hover, td .btn:focus, td .btn:active {
	color: #95a721;
}

.btn-primary {
	color: #fff;
	background-color: #95a721;
	border-color: #95a721;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 3px;
	box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #99a741;
	border-color: #99a741;
}

.btn-primary:hover {
	color: #fff;
	background-color: #99a741;
	border-color: #99a741;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #99a741 linear-gradient(to top, #95a721, #99a741);
}

.btn-primary:disabled {
	background-color: #99a741;
}

.btn-success {
	margin-left: 8px;
	background-color: #95a721;
	border-color: #95a721;
	background-image: none;
}

a {
	color:#95a721
}

a:hover {
	color:#95a721
}

.btn-success:disabled, .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	color: #fff;
	background-color: #99a741;
	border-color: #99a741;
	cursor: not-allowed;
}

.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #99a741;
	border-color: #99a741;
}

.filter-wrapper input:focus {
	border: none;
	border-bottom: 2px solid #95a721;
	box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #95a721;
	background-color: #95a721;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #95a721;
	background-color: #95a721;
}

.btn-group-toggle .btn-toggle.active {
    background: #95a721;
    color: #fff;
    /*border: 1.5px solid #35c3e3;*/
    border: 1.5px solid #95a721;
}

.breadcrumb a {
	color: #95a721;
}

.table-custom-hdr1 th {
	color: #95a721 !important;
	border-top: 0px;
	/* font-size: 16px !important; */
	/* padding-bottom: 8px !important; */
	/* border-bottom: 0px !important; */
}

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #95a721;
	background: linear-gradient(#95a721, #99a741);
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
	color: #999;
	background-color: initial;
	border-color: #95a721;
}

.bootstrap-select .btn-light:focus {
	border-bottom: 2px solid #95a721;
	border-radius: 4px 4px 0 0;
}

.form-control:focus {
	border-bottom: 2px solid #95a721;
}

#changePasswordForm .form-control:focus, #loginform .form-control:focus, #forgotPasswordForm .form-control:focus {
	border-bottom-width: 1px;
	border-color:#95a721;
	box-shadow: inset 0 0 0 #fff,0 0 0 1px #95a721;
}

#changePasswordForm .form-control:hover, #loginform .form-control:hover, #forgotPasswordForm .form-control:hover {
	border-width: 1px;
}

.schema-counter {
	background-color: #95a721;
	padding: 1px 10px;
	color: #fff;
	border-radius: 12px;
}

.day-selector button {
	border: none;
	font-size: 13px;
	color: #95a721;
	margin: 0;
}

.checkbox-wrapper.active {
	border: 1.5px solid #95a721;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #95a721;
}

#CDRDownloadBtn {
	font-size: 14px
}

.toolbar button, .toolbar a.btn {
	line-height: 24px;
}