
*:focus {
    outline: none;
}

body {
    background-color: #e3e3dd;
    background-color: rgba(134, 194, 50, .1);
}

#mainmenu {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 90px);
}

#leftFooter {
  margin-top: auto;
}

.nav-quirk > li.nav-parent > a:after {
  color: #222629;
}

.nav-quirk > li {
  border-top: 1px solid #e3e3dd;
}

.nav-quirk > li:last-child {
  border-bottom: 1px solid #e3e3dd;
}

.headerpanel, .headerpanel .logopanel {
    background-color: #61892d;
}

.menutoggle {
    color: #000000;
}

.menutoggle:hover,
.menutoggle:focus {
  color: #ff0000;
}

.nav-quirk > li.active > a {
   color: #000000; 
   background-color: #259dab;  
background-image: -webkit-linear-gradient(left, #86c232 0%, #61892d 100%);
background-image: -o-linear-gradient(left, #86c232 0%, #61892d 100%);
background-image: linear-gradient(to right, #86c232 0%, #61892d 100%); 
    background-repeat: repeat-x; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86c232', endColorstr='#ff61892d', GradientType=1);
}

.nav-quirk > li.active > a > i {
    color: #ffffff;
}

.nav-quirk > li > a {
  color: #222629;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
}

.sidebar-title {
  color: #61892d;
}

.nav-quirk > li > a > i {
  color: #222629;
}
.nav-quirk > li > a:hover {
  color: #7c9b00;
}

.nav-quirk > li > a:focus {
    color: #000000;
}

.nav-quirk .children {
  border-top: 1px solid #61892d;
  background-color: rgba(134, 194, 50, .15);
}

table {
  background-color: rgba(134,194,50,.1);
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    background-color: #61892d;
    color: #ffffff;
}

.searchpanel .input-group .form-control {
  border: 0;
  color: #ffffff;
  background-color: #222629;
}

.searchpanel .input-group .btn {
  border: 0;
  background-color: #222629;
  font-size: 14px;
  color: #ffffff;
}

.nav-quirk .children > li > a {
  color: #807d60;
}

.nav-quirk .children > li {
  border-left: 1px solid #B5B293;
}

.nav-quirk .children > li > a:before {
  background-color: #B5B293;
}

.nav-quirk .children > li > a:after {
  border: 1px solid #7c9b00;
}
.nav-quirk .children > li > a:hover,
.nav-quirk .children > li > a:focus,
.nav-quirk .children > li > a:active {
  color: #7c9b00;
}

.nav-quirk .children > li > a:hover:before,
.nav-quirk .children > li > a:focus:before,
.nav-quirk .children > li > a:active:before {
  background-color: #7c9b00;
}
.nav-quirk .children > li > a:hover:after,
.nav-quirk .children > li > a:focus:after,
.nav-quirk .children > li > a:active:after {
  opacity: 1;
  border-color: #7c9b00;
  width: 11px;
  height: 11px;
  left: -6px;
  margin-top: -6px;
}






.infoRowMain {
	cursor: pointer;
}

.infoRowMain:hover {
	background-color: #eeeff2 !important;
}

.infoRow {
	display: none;
}

.sortby {
	color: #259dab !important;
}

.searchInput {
	display: none;	
	width: 100%;
	padding: 5px;
}

.searchpanel {
	width: 100%;
	max-width: 500px;
}

.iconMinus {
	display: none;
}

#resetFilter {
	display: none;
	vertical-align: middle; 
	padding-left: 10px;
}

.logoLink {
	text-decoration: none;
	font-family: 'Poppins', sans-serif; 
	font-style: normal; 
	color: #ffffff !important; 
	/*font-size: 36px;	*/
}

.logoLink:hover {
	text-decoration: none;
}

.logopanel {
	padding: 12px 20px !important;
}

#errorMsg {
	background-color: #f44336; /* Red */
 	color: white;
	text-align: center;
	padding: 5px;
	display: none;
	margin-bottom: 10px;
}

.signwrapper .panel-title {
    color: #000000;
}

.signin .forgot {
    color: #000000;
}

.form-control::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}
.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}

.nav-tabs {
    background-color: #222629;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #fff;
  background-color: #86c232;
  border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #61892d;
}

.btn-primary {
  color: #ffffff;
  background-color: #61892d;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #61892d;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #86c232;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #86c232;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #86c232;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #61892d;
  border-color: transparent;
}

.nav-quirk .children > li.active > a {
  color: #61892d;
  font-weight: bold;
}

.nav-quirk .children > li.active > a:before {
  background-color: #61892d;
}

.nav-quirk .children > li.active > a:after {
  border-color: #61892d;
}

.infoRowMain {
	cursor: pointer;
    color: #222629;
}

.infoRowMain:hover {
	background-color: #86c232 !important;
    color: #ffffff;
}

.noteRow {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 65% !important;
    max-width: 300px !important;
}

.alert {
    padding: 0px;
}