meter {
  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;

  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }

.tabconerror{
    color: #fff !important;
    background-color:#d41d1dd9 !important;
}


.tabconerror.nav-link.active {
	color: #fff !important;
    background-color: #9c1616d9 !important;
    border-top-color: rgb(222, 226, 230) !important;
    border-right-color: rgb(222, 226, 230) !important;
    border-bottom-color: rgb(255, 255, 255) !important;
    border-left-color: rgb(222, 226, 230) !important;
}

.nav-link.active {
	color: #495057;
    background-color: rgba(0,0,0,.03) !important;
    border-top-color: rgb(222, 226, 230) !important;
    border-right-color: rgb(222, 226, 230) !important;
    border-bottom-color: rgb(255, 255, 255) !important;
    border-left-color: rgb(222, 226, 230) !important;
}

.requiredlabel { 
  font-weight: bold;
}

